mirror of
https://github.com/PHIDIAS0303/ExpCluster.git
synced 2025-12-30 04:21:41 +09:00
Fixed Bug On info Set
This commit is contained in:
@@ -144,7 +144,7 @@ function Sync.info(set)
|
|||||||
} end
|
} end
|
||||||
if not set then return global.exp_core.sync
|
if not set then return global.exp_core.sync
|
||||||
else
|
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
|
for key,value in pairs(set) do
|
||||||
global.exp_core.sync[key] = value
|
global.exp_core.sync[key] = value
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user