We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e72612a commit 57706c8Copy full SHA for 57706c8
1 file changed
mod/scripts/vscripts/lobby/_lobby.gnut
@@ -15,6 +15,8 @@ void function Lobby_Init()
15
SetPlaylistVarOverride( "no_pilot_collision", "1" )
16
SetPlaylistVarOverride( "run_epilogue", "0" )
17
SetPlaylistVarOverride( "classic_mp", "0" )
18
+ SetPlaylistVarOverride( "scorelimit", "200" )
19
+ SetPlaylistVarOverride( "timelimit", "30" )
20
21
if ( IsPrivateMatch() || GetCurrentPlaylistName() == "private_match" ) // IsPrivateMatch() doesn't seem to be reliable on local server start
22
PrivateLobby_Init()
0 commit comments