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