t7x/data/ui_scripts/playlist/__init__.lua
WantedDV 6668869b7d Fix Mapvote resetting lobby
- sets the map then wait for player to start game
- correctly sets the voted map
2023-04-11 16:44:59 -02:30

11 lines
394 B
Lua

if Engine.GetCurrentMap() ~= "core_frontend" then
return
end
Engine.SetDvar( "lobbyMigrate_Enabled", 0 )
Engine.SetDvar( "lobbyTimerStatusVotingInterval", 11000 )
Engine.SetDvar( "lobbyTimerStatusBeginInterval", 10 )
Engine.SetDvar( "lobbyTimerStatusStartInterval", 10 )
Engine.SetDvar( "lobbyTimerStatusPostGameInterval", 10 )
Engine.SetDvar( "lobbyTimerStatusVotingInterval_Arena", 11000 )