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