Don't refresh disguise if they can't show a name anyways
This commit is contained in:
		| @@ -199,7 +199,7 @@ public class PlayerDisguise extends TargetedDisguise { | ||||
|             name = name.substring(0, 16); | ||||
|         } | ||||
|  | ||||
|         if (isDisguiseInUse()) { | ||||
|         if (isDisguiseInUse() && isShowName()) { | ||||
|             if (stopDisguise()) { | ||||
|                 playerName = name; | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user