mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-01-03 22:08:28 +00:00
Fix tablist name getting reset after AFK status change (#3624)
Fixes #3606.
This commit is contained in:
parent
c8dc874a56
commit
fa835e9c64
1 changed files with 1 additions and 0 deletions
|
@ -552,6 +552,7 @@ public class User extends UserData implements Comparable<User>, IMessageRecipien
|
|||
getBase().setPlayerListName(afkName);
|
||||
} else {
|
||||
getBase().setPlayerListName(null);
|
||||
setDisplayNick();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue