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