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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -611,7 +611,7 @@ RotateDefault()
DoRotation(GetRandomElementInArray(StrTok(GetDvar("mapvote_default_rotation_modes"), ":")), GetRandomElementInArray(StrTok(GetDvar("mapvote_default_rotation_maps"), ":"))); 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); wait(0.05);