Skip to content

Commit d421f87

Browse files
committed
Fix comments
1 parent ce2287a commit d421f87

File tree

1 file changed

+6
-9
lines changed

1 file changed

+6
-9
lines changed

src/Spawner/Spawner.cpp

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)