mirror of
https://github.com/GeyserMC/Geyser.git
synced 2025-12-29 11:49:16 +00:00
Fixed invisible flag not getting set back (#535)
* Fixed invisible flag not getting set back * Fixed indentation
This commit is contained in:
@@ -215,6 +215,8 @@ public class Entity {
|
||||
} else {
|
||||
metadata.getFlags().setFlag(EntityFlag.INVISIBLE, true);
|
||||
}
|
||||
} else {
|
||||
metadata.getFlags().setFlag(EntityFlag.INVISIBLE, false);
|
||||
}
|
||||
|
||||
// Shield code
|
||||
|
||||
Reference in New Issue
Block a user