mirror of
https://github.com/PHIDIAS0303/ExpCluster.git
synced 2025-12-31 04:51:40 +09:00
Fixed get data
This commit is contained in:
@@ -93,7 +93,8 @@ end
|
|||||||
function server.get_uuid_data(uuid)
|
function server.get_uuid_data(uuid)
|
||||||
if global.exp_core.server.temp_varibles[uuid] then
|
if global.exp_core.server.temp_varibles[uuid] then
|
||||||
server.refresh_uuid(uuid)
|
server.refresh_uuid(uuid)
|
||||||
debug_write({'CALLBACK','TEMP-VAR'},uuid)
|
debug_write({'CALLBACK','TEMP-VAR'},uuid)
|
||||||
|
if global.exp_core.server.temp_varibles[uuid].data == 'temp-var-temp-value' then return nil end
|
||||||
return global.exp_core.server.temp_varibles[uuid].data
|
return global.exp_core.server.temp_varibles[uuid].data
|
||||||
end return nil
|
end return nil
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user