1
0
mirror of https://github.com/Refactorio/RedMew.git synced 2025-01-30 04:30:58 +02:00

Removed unused local function

This commit is contained in:
Lynn 2018-09-12 20:59:14 +02:00 committed by Maik Wild
parent 8f2cc6a8a1
commit 928f02ee3c

View File

@ -30,15 +30,6 @@ local function update_pressure_map(surface, position, strength)
end)
end
--[[--
@param config Table {@see Diggy.Config}.
@param entity LuaEntity
@return number the strength this entity supports the cave
]]
local function get_entity_strength(config, entity)
return config.features.DiggyCaveCollapse.support_beam_entities[entity.name] or 0
end
--[[--
Registers all event handlers.]