Fix multi name being set when armorstands are not in use #467
This commit is contained in:
		| @@ -341,7 +341,7 @@ public class PlayerDisguise extends TargetedDisguise { | ||||
|                 setScoreboardName(split); | ||||
|             } | ||||
|  | ||||
|             if (DisguiseConfig.isScoreboardNames()) { | ||||
|             if (DisguiseConfig.isArmorstandsName()) { | ||||
|                 setMultiName(DisguiseUtilities.splitNewLine(name)); | ||||
|             } | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user