9
0
mirror of https://github.com/HibiscusMC/HMCCosmetics.git synced 2025-12-30 04:19:28 +00:00

clean: clean 2 am coding

This commit is contained in:
LoJoSho
2023-07-08 12:04:42 -05:00
parent f2b0fb29d3
commit 6000cf9c1b

View File

@@ -476,7 +476,7 @@ public class CosmeticUser {
}
public void showCosmetics() {
if (hideCosmetics == false) return;
if (!hideCosmetics) return;
PlayerCosmeticShowEvent event = new PlayerCosmeticShowEvent(this);
Bukkit.getPluginManager().callEvent(event);