update compiled script

This commit is contained in:
WantedDV 2023-05-13 13:43:40 -02:30
parent b4b5ce5ae9
commit b42ba37f8c
2 changed files with 4 additions and 4 deletions

Binary file not shown.

View File

@ -538,7 +538,7 @@ function choose_class()
className = self.loadoutClasses[classIndex].name; className = self.loadoutClasses[classIndex].name;
} }
if (!isdefined(className) || className == = currClass) if (!isdefined(className) || className == currClass)
{ {
return false; return false;
} }