Fix electric pole name

This commit is contained in:
badgamernl
2020-11-08 05:00:35 +01:00
parent 8197b172ad
commit 94cfceb5a3

View File

@@ -190,7 +190,7 @@ function Warps.make_warp_area(warp_id)
-- Save reference of the last power pole
if entity.type == 'electric-pole' then
warp.electic_pole = entity
warp.electric_pole = entity
end
end
end