Revert creature spawn message + change expire to seen

This commit is contained in:
Jesse Boyd
2016-06-26 04:30:01 +10:00
parent 3a973342ae
commit f20ef15774
4 changed files with 48 additions and 37 deletions

View File

@ -1329,10 +1329,6 @@ public class PlayerEvents extends PlotListener implements Listener {
return;
}
if (checkEntity(entity, plot)) {
PlotPlayer owner = UUIDHandler.getPlayer(plot.owner);
if (owner != null) {
C.ENTITY_CAP.send(owner);
}
event.setCancelled(true);
}
}