mirror of
https://github.com/TotalFreedomMC/TF-LibsDisguises.git
synced 2025-02-12 12:00:59 +00:00
Merge branch 'master' of github.com:libraryaddict/LibsDisguises
This commit is contained in:
commit
7f46b5b512
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ public class PlayerDisguise extends TargetedDisguise {
|
||||||
@Getter
|
@Getter
|
||||||
@Setter
|
@Setter
|
||||||
private boolean dynamicName;
|
private boolean dynamicName;
|
||||||
private DisguiseUtilities.DisguiseTeam scoreboardName;
|
private volatile DisguiseUtilities.DisguiseTeam scoreboardName;
|
||||||
|
|
||||||
private PlayerDisguise() {
|
private PlayerDisguise() {
|
||||||
super(DisguiseType.PLAYER);
|
super(DisguiseType.PLAYER);
|
||||||
|
|
Loading…
Reference in a new issue