1
0
mirror of https://github.com/Refactorio/RedMew.git synced 2024-12-12 10:04:40 +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
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
return
end