1
0
mirror of https://github.com/ComfyFactory/ComfyFactorio.git synced 2025-01-06 00:23:49 +02:00

Fix undefined

This commit is contained in:
blubFisch 2022-10-08 17:29:41 +01:00
parent 362eeda9e8
commit 819b90362c

View File

@ -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