Fixed volatile isn't transient
This commit is contained in:
parent
090ce6e8c5
commit
3a5f8545dc
@ -30,7 +30,7 @@ public class PlayerDisguise extends TargetedDisguise {
|
|||||||
*/
|
*/
|
||||||
private boolean explicitNameVisible = false;
|
private boolean explicitNameVisible = false;
|
||||||
private final UUID uuid = UUID.randomUUID();
|
private final UUID uuid = UUID.randomUUID();
|
||||||
private volatile DisguiseUtilities.DScoreTeam scoreboardName;
|
private transient DisguiseUtilities.DScoreTeam scoreboardName;
|
||||||
|
|
||||||
private PlayerDisguise() {
|
private PlayerDisguise() {
|
||||||
super(DisguiseType.PLAYER);
|
super(DisguiseType.PLAYER);
|
||||||
|
Loading…
Reference in New Issue
Block a user