Mirror von
https://github.com/GeyserMC/Geyser.git
synchronisiert 2024-12-26 16:12:46 +01:00
Fixed invisible flag not getting set back (#535)
* Fixed invisible flag not getting set back * Fixed indentation
Dieser Commit ist enthalten in:
Ursprung
324bc67c97
Commit
c84c0f23cb
@ -215,6 +215,8 @@ public class Entity {
|
||||
} else {
|
||||
metadata.getFlags().setFlag(EntityFlag.INVISIBLE, true);
|
||||
}
|
||||
} else {
|
||||
metadata.getFlags().setFlag(EntityFlag.INVISIBLE, false);
|
||||
}
|
||||
|
||||
// Shield code
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren