Miscap function name
This commit is contained in:
@@ -4554,7 +4554,7 @@ function takePlayerCash(client, amount) {
|
||||
return false;
|
||||
}
|
||||
|
||||
if(isNan(amount)) {
|
||||
if(isNaN(amount)) {
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user