This commit is contained in:
parent
7cc9395cbc
commit
1380e7479a
11 changed files with 45 additions and 77 deletions
|
@ -38,7 +38,7 @@ public class EntityManager extends Manager {
|
|||
}
|
||||
|
||||
@EventHandler
|
||||
public void onEntitySpawn(EntitySpawnEvent e) {
|
||||
public void onEntitySpawn(@NotNull EntitySpawnEvent e) {
|
||||
if (e.getEntity() instanceof Player) return;
|
||||
|
||||
if (isSREntity(e.getEntity().getUniqueId())) return;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue