Mirror von
https://github.com/ViaVersion/ViaVersion.git
synchronisiert 2024-11-03 14:50:30 +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) {
|
||||
removeEntity(entityId);
|
||||
clientEntityTypes.remove(entityId);
|
||||
if (isHologram(entityId))
|
||||
removeHologram(entityId);
|
||||
}
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren