3
0
Mirror von https://github.com/GeyserMC/Geyser.git synchronisiert 2024-10-08 02:40:09 +02:00

Fixed guardian beam getting stuck on players (#540)

* Fixed guardian beam getting stuck on players

* Fixed formatting
Dieser Commit ist enthalten in:
rtm516 2020-05-13 03:31:42 +01:00 committet von GitHub
Ursprung d63d0def5a
Commit 46b0054435
Es konnte kein GPG-Schlüssel zu dieser Signatur gefunden werden
GPG-Schlüssel-ID: 4AEE18F83AFDEB23

Datei anzeigen

@ -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);
}
}