Skip to content

Commit 6946417

Browse files
authored
StartSetup.cs: Fix a confused comment
1 parent c3a97c8 commit 6946417

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ZkLobbyServer/SpringieInterface/StartSetup.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ public static LobbyHostingContext GetDedicatedServerStartSetup(LobbyHostingConte
4747
// iterate over all players in this team
4848
// first player: cnt == 2, >0 so we give him a second extra comm
4949
// 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
50+
// from now on cnt <= 0 so the last player only gets the one extra comm
5151
int per_player = cnt / other.Count();
5252
cnt = cnt % other.Count();
5353
foreach (var a in other

0 commit comments

Comments
 (0)