mirror of
https://github.com/LDDestroier/CC/
synced 2025-01-19 05:32:51 +00:00
Update pain.lua
This commit is contained in:
parent
ca9891f4bb
commit
c2c0817bed
20
pain.lua
20
pain.lua
@ -2046,16 +2046,16 @@ end
|
||||
|
||||
local checkIfNFP = function(str) --does not check table format, only string format
|
||||
local good = {
|
||||
[0] = true,
|
||||
[1] = true,
|
||||
[2] = true,
|
||||
[3] = true,
|
||||
[4] = true,
|
||||
[5] = true,
|
||||
[6] = true,
|
||||
[7] = true,
|
||||
[8] = true,
|
||||
[9] = true,
|
||||
['0'] = true,
|
||||
['1'] = true,
|
||||
['2'] = true,
|
||||
['3'] = true,
|
||||
['4'] = true,
|
||||
['5'] = true,
|
||||
['6'] = true,
|
||||
['7'] = true,
|
||||
['8'] = true,
|
||||
['9'] = true,
|
||||
a = true,
|
||||
b = true,
|
||||
c = true,
|
||||
|
Loading…
Reference in New Issue
Block a user