Miscap function name

This commit is contained in:
Vortrex
2021-09-30 18:55:16 -05:00
parent 219dd82e5a
commit 655a56c0aa

View File

@@ -4554,7 +4554,7 @@ function takePlayerCash(client, amount) {
return false;
}
if(isNan(amount)) {
if(isNaN(amount)) {
return false;
}