VERSION改为全局table并包含版本名称
This commit is contained in:
@@ -537,7 +537,7 @@ local function log_user(str)
|
||||
log(noLog and"CHEATER."or tostring(str))
|
||||
end
|
||||
local userG={
|
||||
_VERSION=VERSION_CODE,
|
||||
_VERSION=VERSION.code,
|
||||
assert=assert,error=error,
|
||||
tonumber=tonumber,tostring=tostring,
|
||||
select=select,next=next,
|
||||
|
||||
Reference in New Issue
Block a user