Don't allow setting if upside down
This commit is contained in:
		| @@ -116,6 +116,10 @@ public class PlayerDisguise extends TargetedDisguise { | ||||
|     } | ||||
|  | ||||
|     private void setScoreboardName(String[] split) { | ||||
|         if (isUpsideDown()) { | ||||
|             return; | ||||
|         } | ||||
|  | ||||
|         getScoreboardName().setSplit(split); | ||||
|     } | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user