mirror of
https://github.com/PHIDIAS0303/ExpCluster.git
synced 2025-12-28 20:05:22 +09:00
Working on server side
This commit is contained in:
@@ -44,6 +44,8 @@ ThisModule.Gui = Gui.left{
|
||||
tooltip={'ExpGamingInfo-Science.tooltip'},
|
||||
draw=function(frame)
|
||||
local player = Game.get_player(frame.player_index)
|
||||
log(serpent.line(global))
|
||||
log(serpent.line(global[player.force.name]))
|
||||
if not global[player.force.name] then
|
||||
global[player.force.name] = table.deepcopy(global._base)
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user