mirror of
https://github.com/ComfyFactory/ComfyFactorio.git
synced 2025-01-06 00:23:49 +02:00
Fix undefined
This commit is contained in:
parent
362eeda9e8
commit
819b90362c
@ -48,7 +48,7 @@ end
|
||||
function Public.add_zone(surface, force, center)
|
||||
local this = ScenarioTable.get_table()
|
||||
|
||||
local zone = {surface = surface, force = force, center = center, box = box, lifetime_start = game.tick}
|
||||
local zone = {surface = surface, force = force, center = center, lifetime_start = game.tick}
|
||||
scale_size_and_box(zone)
|
||||
this.pvp_shields[force.name] = zone
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user