mirror of
https://github.com/TotalFreedomMC/TF-LibsDisguises.git
synced 2025-02-12 12:00:59 +00:00
Fix custom names
This commit is contained in:
parent
2de723af8a
commit
a963e86323
1 changed files with 1 additions and 0 deletions
|
@ -275,6 +275,7 @@ public class FlagWatcher {
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@RandomDefaultValue
|
||||||
public void setCustomName(String name) {
|
public void setCustomName(String name) {
|
||||||
if (DisguiseConfig.isArmorstandsName() && DisguiseConfig.isOverrideCustomNames()) {
|
if (DisguiseConfig.isArmorstandsName() && DisguiseConfig.isOverrideCustomNames()) {
|
||||||
if (NmsVersion.v1_13.isSupported()) {
|
if (NmsVersion.v1_13.isSupported()) {
|
||||||
|
|
Loading…
Reference in a new issue