mapvote 1.1.2

Stupid mistake that was throwing an error
This commit is contained in:
Resxt
2023-02-01 16:21:01 +01:00
committed by GitHub
parent 631e1c13e1
commit 8d347b0cb2

View File

@ -611,9 +611,9 @@ RotateDefault()
DoRotation(GetRandomElementInArray(StrTok(GetDvar("mapvote_default_rotation_modes"), ":")), GetRandomElementInArray(StrTok(GetDvar("mapvote_default_rotation_maps"), ":")));
}
DoRotation(modeName, mapName)
DoRotation(modeDsr, mapName)
{
cmdexec("load_dsr " + modeDsr);
cmdexec("load_dsr " + modeDsr);
wait(0.05);
cmdexec("map " + mapName);
}