mirror of
https://github.com/PHIDIAS0303/ExpCluster.git
synced 2025-12-27 19:45:22 +09:00
Merge branch 'core'
This commit is contained in:
@@ -144,7 +144,7 @@ function Sync.info(set)
|
||||
} end
|
||||
if not set then return global.exp_core.sync
|
||||
else
|
||||
if not is_type('set','table') then return false end
|
||||
if not is_type(set,'table') then return false end
|
||||
for key,value in pairs(set) do
|
||||
global.exp_core.sync[key] = value
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user