We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3a97c8 commit 6946417Copy full SHA for 6946417
1 file changed
ZkLobbyServer/SpringieInterface/StartSetup.cs
@@ -47,7 +47,7 @@ public static LobbyHostingContext GetDedicatedServerStartSetup(LobbyHostingConte
47
// iterate over all players in this team
48
// first player: cnt == 2, >0 so we give him a second extra comm
49
// second player: cnt == 1, >0 so same deal
50
- // from now on cnt <= 0 so the remaining 3 players only get the one extra comm
+ // from now on cnt <= 0 so the last player only gets the one extra comm
51
int per_player = cnt / other.Count();
52
cnt = cnt % other.Count();
53
foreach (var a in other
0 commit comments