Proper fix for previous commit.
This commit is contained in:
@ -140,7 +140,6 @@ public abstract class WorldObject extends ListenersContainer implements IIdentif
|
||||
|
||||
public void onSpawn()
|
||||
{
|
||||
broadcastInfo(); // Tempfix for invisible spawns.
|
||||
}
|
||||
|
||||
@Override
|
||||
|
@ -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);
|
||||
|
Reference in New Issue
Block a user