Proper fix for previous commit.

This commit is contained in:
MobiusDevelopment
2019-10-01 09:21:28 +00:00
parent 598c5408f5
commit a3737ec171
31 changed files with 17 additions and 47 deletions

View File

@ -140,7 +140,6 @@ public abstract class WorldObject extends ListenersContainer implements IIdentif
public void onSpawn()
{
broadcastInfo(); // Tempfix for invisible spawns.
}
@Override

View File

@ -45,7 +45,6 @@ public class DecayTaskManager
final Creature creature = entry.getKey();
DECAY_SCHEDULES.remove(creature);
creature.onDecay();
creature.setXYZ(0, 0, -10000);
}
}
}, 0, 1000);