1
0
mirror of https://github.com/LDDestroier/CC/ synced 2026-04-21 06:11:24 +00:00

Update pain.lua

This commit is contained in:
LDDestroier
2018-11-09 19:13:29 -05:00
committed by GitHub
parent ca9891f4bb
commit c2c0817bed

View File

@@ -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,