mirror of
https://github.com/libraryaddict/LibsDisguises.git
synced 2024-12-12 15:07:22 +01:00
Just incase, though it shouldn't be
This commit is contained in:
parent
f0c28d45a7
commit
e574facf71
@ -72,7 +72,7 @@ public class PacketListenerEntityDestroy extends PacketAdapter {
|
||||
private void handleEntityId(Player player, int entityId) {
|
||||
int[] toRemove = getToRemove(player, entityId);
|
||||
|
||||
if (toRemove == null) {
|
||||
if (toRemove == null || toRemove.length == 0) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user