mirror of
https://github.com/LDDestroier/CC/
synced 2026-05-20 12:22:12 +00:00
Update pain.lua
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user