Clear static object REMOVE messages when re-adding

This commit is contained in:
Gary Tierney
2017-09-17 20:27:50 +01:00
parent 8a3decfc54
commit 169d89ffc0
2 changed files with 6 additions and 16 deletions
@@ -46,7 +46,7 @@ class ExpireObjectTask(
respawning = true
setDelay(respawnDelay)
} else {
region.removeEntity(replacement, false)
region.removeEntity(replacement)
world.spawn(obj)
stop()
}