update compiled script
This commit is contained in:
parent
b4b5ce5ae9
commit
b42ba37f8c
Binary file not shown.
@ -538,7 +538,7 @@ function choose_class()
|
||||
className = self.loadoutClasses[classIndex].name;
|
||||
}
|
||||
|
||||
if (!isdefined(className) || className == = currClass)
|
||||
if (!isdefined(className) || className == currClass)
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user