Skip to content

Commit

Permalink
Update CitizensNPC.java
Browse files Browse the repository at this point in the history
  • Loading branch information
fullwall committed Apr 10, 2018
1 parent 184b414 commit 958d1de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main/src/main/java/net/citizensnpcs/npc/CitizensNPC.java
Expand Up @@ -300,7 +300,7 @@ public void update() {
} else {
try {
team.setOption(Option.NAME_TAG_VISIBILITY,
nameVisibility ? OptionStatus.NEVER : OptionStatus.ALWAYS);
nameVisibility ? OptionStatus.ALWAYS : OptionStatus.NEVER);
} catch (NoSuchMethodError e) {
} catch (NoClassDefFoundError e) {
}
Expand Down

0 comments on commit 958d1de

Please sign in to comment.