File tree Expand file tree Collapse file tree 1 file changed +6
-9
lines changed
Expand file tree Collapse file tree 1 file changed +6
-9
lines changed Original file line number Diff line number Diff line change @@ -331,15 +331,12 @@ bool Spawner::StartScenario(const char* pScenarioName)
331331 if (!pSession->CreateConnections ())
332332 return false ;
333333
334- /* *
335- * Ares does not support MultiEngineer switching in multiplayer, however
336- * we can disable it simply by set EngineerCaptureLevel to 1
337- *
338- * https://ares-developers.github.io/Ares-docs/restored/multiengineer.html
339- * https://github.com/Phobos-developers/Antares/blob/7241a5ff20f4dbf7153cc77e16edca5c9db473d4/src/Ext/Infantry/Body.cpp#L44-L46
340- *
341- * author: Belonit
342- */
334+ // Ares does not support MultiEngineer switching in multiplayer, however
335+ // we can disable it simply by setting EngineerCaptureLevel to 1 - Belonit
336+
337+ // https://ares-developers.github.io/Ares-docs/restored/multiengineer.html
338+ // https://github.com/Phobos-developers/Antares/blob/7241a5ff20f4dbf7153cc77e16edca5c9db473d4/src/Ext/Infantry/Body.cpp#L44-L46
339+
343340 if (!pGameModeOptions->MultiEngineer )
344341 RulesClass::Instance->EngineerCaptureLevel = 1.0 ;
345342
You can’t perform that action at this time.
0 commit comments