mirror of
https://github.com/PHIDIAS0303/ExpCluster.git
synced 2025-12-27 11:35:22 +09:00
Global problems
This commit is contained in:
@@ -46,9 +46,11 @@ ThisModule.Gui = Gui.left{
|
||||
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
|
||||
if not global[player.force.name] then
|
||||
verbose('Added Science Global for: '..player.force.name)
|
||||
global[player.force.name] = table.deepcopy(global._base)
|
||||
end
|
||||
log(serpent.line(global[player.force.name]))
|
||||
global = global[player.force.name]
|
||||
frame.caption = {'ExpGamingInfo-Science.name'}
|
||||
frame.add{
|
||||
|
||||
Reference in New Issue
Block a user