mirror of
https://github.com/Refactorio/RedMew.git
synced 2025-11-06 09:09:26 +02:00
fixed typo
This commit is contained in:
@@ -84,7 +84,7 @@ local function item_not_sanctioned(item)
|
||||
)
|
||||
end
|
||||
|
||||
local function entity_allowed_to_bomb(e)
|
||||
local function entity_allowed_to_bomb(entity)
|
||||
local name = entity.name
|
||||
return (
|
||||
name:find("turret") or
|
||||
|
||||
Reference in New Issue
Block a user