We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 451bbe5 commit ef56744Copy full SHA for ef56744
1 file changed
mods/xamionex.UnholyTrinity/mod/scripts/vscripts/lobby/_lobby.gnut
@@ -17,6 +17,7 @@ void function Lobby_Init()
17
SetPlaylistVarOverride( "classic_mp", "0" )
18
SetPlaylistVarOverride( "scorelimit", "200" )
19
SetPlaylistVarOverride( "timelimit", "30" )
20
+ ServerCommand("slide_step_velocity_reduction -45")
21
22
if ( IsPrivateMatch() || GetCurrentPlaylistName() == "private_match" ) // IsPrivateMatch() doesn't seem to be reliable on local server start
23
PrivateLobby_Init()
0 commit comments