mirror of
https://github.com/ViaVersion/ViaVersion.git
synced 2025-01-22 23:41:27 +01:00
Remove infinite loop
This commit is contained in:
parent
59620f7f93
commit
3de961f641
@ -19,7 +19,7 @@ public class EntityTracker extends StoredObject {
|
||||
}
|
||||
|
||||
public void removeEntity(int entityId) {
|
||||
removeEntity(entityId);
|
||||
clientEntityTypes.remove(entityId);
|
||||
if (isHologram(entityId))
|
||||
removeHologram(entityId);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user