3
0
Mirror von https://github.com/ViaVersion/ViaVersion.git synchronisiert 2024-09-08 22:02:50 +02:00

Remove infinite loop

Dieser Commit ist enthalten in:
Matsv 2016-10-01 20:26:04 +02:00
Ursprung 59620f7f93
Commit 3de961f641
Es konnte kein GPG-Schlüssel zu dieser Signatur gefunden werden
GPG-Schlüssel-ID: 97CEC2A2EA31350F

Datei anzeigen

@ -19,7 +19,7 @@ public class EntityTracker extends StoredObject {
}
public void removeEntity(int entityId) {
removeEntity(entityId);
clientEntityTypes.remove(entityId);
if (isHologram(entityId))
removeHologram(entityId);
}