Mirror von
https://github.com/GeyserMC/Geyser.git
synchronisiert 2024-12-26 00:00:41 +01:00
Fixed guardian beam getting stuck on players (#540)
* Fixed guardian beam getting stuck on players * Fixed formatting
Dieser Commit ist enthalten in:
Ursprung
d63d0def5a
Commit
46b0054435
@ -48,6 +48,8 @@ public class GuardianEntity extends MonsterEntity {
|
||||
|
||||
if (entity != null) {
|
||||
metadata.put(EntityData.TARGET_EID, entity.getGeyserId());
|
||||
} else {
|
||||
metadata.put(EntityData.TARGET_EID, (long) 0);
|
||||
}
|
||||
}
|
||||
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren