1
0
mirror of https://github.com/Refactorio/RedMew.git synced 2025-03-03 14:53:01 +02:00
This commit is contained in:
RedRafe 2024-11-09 19:25:45 +01:00
parent 115318bcbf
commit 49fdf7d1a6

View File

@ -245,7 +245,7 @@ local function do_pole(entity)
return return
end end
local supply_area_distance = entity.get_supply_area_distance(entity.quality) local supply_area_distance = entity.prototype.get_supply_area_distance(entity.quality)
if not supply_area_distance then if not supply_area_distance then
return return
end end