Mirror von
https://github.com/ViaVersion/ViaVersion.git
synchronisiert 2024-11-08 17:20:24 +01:00
Remove infinite loop
Dieser Commit ist enthalten in:
Ursprung
59620f7f93
Commit
3de961f641
@ -19,7 +19,7 @@ public class EntityTracker extends StoredObject {
|
|||||||
}
|
}
|
||||||
|
|
||||||
public void removeEntity(int entityId) {
|
public void removeEntity(int entityId) {
|
||||||
removeEntity(entityId);
|
clientEntityTypes.remove(entityId);
|
||||||
if (isHologram(entityId))
|
if (isHologram(entityId))
|
||||||
removeHologram(entityId);
|
removeHologram(entityId);
|
||||||
}
|
}
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren