Mirror von
https://github.com/GeyserMC/Geyser.git
synchronisiert 2024-12-27 08:30:12 +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) {
|
if (entity != null) {
|
||||||
metadata.put(EntityData.TARGET_EID, entity.getGeyserId());
|
metadata.put(EntityData.TARGET_EID, entity.getGeyserId());
|
||||||
|
} else {
|
||||||
|
metadata.put(EntityData.TARGET_EID, (long) 0);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren