mirror of
https://github.com/Refactorio/RedMew.git
synced 2025-03-17 21:08:08 +02:00
bug fix
This commit is contained in:
parent
7a3e262eb5
commit
22ab4cf51e
@ -25,6 +25,11 @@ Event.add(
|
||||
end
|
||||
|
||||
local name = entity.name
|
||||
|
||||
if name == 'tile-ghost' then
|
||||
return
|
||||
end
|
||||
|
||||
local ghost = false
|
||||
if name == 'entity-ghost' then
|
||||
name = entity.ghost_name
|
||||
|
Loading…
x
Reference in New Issue
Block a user