added a minifier rule for tostring and tonumber, should reduce code size a fair bit
This commit is contained in:
parent
4fb2fc0e0e
commit
45abd567de
@ -1,4 +1,4 @@
|
||||
tT,p,cT,pC,C,T={},1,1,1,coroutine,table
|
||||
tT,p,cT,pC,C,T,TS,TN={},1,1,1,coroutine,table,tostring,tonumber
|
||||
function E()
|
||||
if tT[cT] ~= nil then return tT[cT][3] end
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user