Makes the lobby 2 minutes and 30 sec long. (#5500)
This commit is contained in:
parent
5c0c3d6381
commit
47a7b0706d
|
|
@ -54,7 +54,7 @@ namespace Content.Shared.CCVar
|
|||
GameLobbyEnabled = CVarDef.Create("game.lobbyenabled", false, CVar.ARCHIVE);
|
||||
|
||||
public static readonly CVarDef<int>
|
||||
GameLobbyDuration = CVarDef.Create("game.lobbyduration", 60, CVar.ARCHIVE);
|
||||
GameLobbyDuration = CVarDef.Create("game.lobbyduration", 150, CVar.ARCHIVE);
|
||||
|
||||
public static readonly CVarDef<bool>
|
||||
GameDisallowLateJoins = CVarDef.Create("game.disallowlatejoins", false, CVar.ARCHIVE | CVar.SERVERONLY);
|
||||
|
|
|
|||
Loading…
Reference in New Issue