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

Fixed invisible flag not getting set back (#535)

* Fixed invisible flag not getting set back

* Fixed indentation
Dieser Commit ist enthalten in:
rtm516 2020-05-12 05:44:30 +01:00 committet von GitHub
Ursprung 324bc67c97
Commit c84c0f23cb
Es konnte kein GPG-Schlüssel zu dieser Signatur gefunden werden
GPG-Schlüssel-ID: 4AEE18F83AFDEB23

Datei anzeigen

@ -215,6 +215,8 @@ public class Entity {
} else {
metadata.getFlags().setFlag(EntityFlag.INVISIBLE, true);
}
} else {
metadata.getFlags().setFlag(EntityFlag.INVISIBLE, false);
}
// Shield code