mirror of
https://github.com/2006-Scape/apollo.git
synced 2026-07-04 08:39:27 +00:00
Clear static object REMOVE messages when re-adding
This commit is contained in:
@@ -46,7 +46,7 @@ class ExpireObjectTask(
|
||||
respawning = true
|
||||
setDelay(respawnDelay)
|
||||
} else {
|
||||
region.removeEntity(replacement, false)
|
||||
region.removeEntity(replacement)
|
||||
world.spawn(obj)
|
||||
stop()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user