mirror of
https://github.com/Resxt/Plutonium-T6-Scripts.git
synced 2025-04-18 21:22:53 +00:00
mapvote 2.1.5
Fixed an issue introduced by a recent Plutonium update (changes to recipes) where modes wouldn't be loaded properly anymore because sv_maprotation wasn't using exec anymore (now using execgts)
This commit is contained in:
parent
a0e3b204c2
commit
0f6a3761cc
@ -707,8 +707,8 @@ RotateDefault()
|
||||
|
||||
DoRotation(modeCfg, mapName)
|
||||
{
|
||||
SetDvar("sv_maprotationcurrent", "exec " + modeCfg + ".cfg map " + mapName);
|
||||
SetDvar("sv_maprotation", "exec " + modeCfg + ".cfg map " + mapName);
|
||||
SetDvar("sv_maprotationcurrent", "execgts " + modeCfg + ".cfg map " + mapName);
|
||||
SetDvar("sv_maprotation", "execgts " + modeCfg + ".cfg map " + mapName);
|
||||
}
|
||||
|
||||
StartRotation()
|
||||
@ -1151,4 +1151,4 @@ GetChatColor(colorName)
|
||||
case "black":
|
||||
return "^0";
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user