Update pain.lua

This commit is contained in:
LDDestroier 2018-11-09 19:13:29 -05:00 committed by GitHub
parent ca9891f4bb
commit c2c0817bed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 10 additions and 10 deletions

View File

@ -2046,16 +2046,16 @@ end
local checkIfNFP = function(str) --does not check table format, only string format local checkIfNFP = function(str) --does not check table format, only string format
local good = { local good = {
[0] = true, ['0'] = true,
[1] = true, ['1'] = true,
[2] = true, ['2'] = true,
[3] = true, ['3'] = true,
[4] = true, ['4'] = true,
[5] = true, ['5'] = true,
[6] = true, ['6'] = true,
[7] = true, ['7'] = true,
[8] = true, ['8'] = true,
[9] = true, ['9'] = true,
a = true, a = true,
b = true, b = true,
c = true, c = true,