Fixed volatile isn't transient
This commit is contained in:
@@ -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);
|
||||||
|
Reference in New Issue
Block a user