Skip to content

Commit 57706c8

Browse files
committed
scorelimit and timelimit
1 parent e72612a commit 57706c8

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

mod/scripts/vscripts/lobby/_lobby.gnut

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ void function Lobby_Init()
1515
SetPlaylistVarOverride( "no_pilot_collision", "1" )
1616
SetPlaylistVarOverride( "run_epilogue", "0" )
1717
SetPlaylistVarOverride( "classic_mp", "0" )
18+
SetPlaylistVarOverride( "scorelimit", "200" )
19+
SetPlaylistVarOverride( "timelimit", "30" )
1820

1921
if ( IsPrivateMatch() || GetCurrentPlaylistName() == "private_match" ) // IsPrivateMatch() doesn't seem to be reliable on local server start
2022
PrivateLobby_Init()

0 commit comments

Comments
 (0)