mirror of
https://github.com/Resxt/Plutonium-T6-Scripts.git
synced 2025-04-20 05:55:43 +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)
|
DoRotation(modeCfg, mapName)
|
||||||
{
|
{
|
||||||
SetDvar("sv_maprotationcurrent", "exec " + modeCfg + ".cfg map " + mapName);
|
SetDvar("sv_maprotationcurrent", "execgts " + modeCfg + ".cfg map " + mapName);
|
||||||
SetDvar("sv_maprotation", "exec " + modeCfg + ".cfg map " + mapName);
|
SetDvar("sv_maprotation", "execgts " + modeCfg + ".cfg map " + mapName);
|
||||||
}
|
}
|
||||||
|
|
||||||
StartRotation()
|
StartRotation()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user