mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2025-11-10 05:50:50 +01:00
Revert creature spawn message + change expire to seen
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user