Fix tablist name getting reset after AFK status change (#3624)

Fixes #3606.
This commit is contained in:
Josh Roy 2020-08-29 11:03:49 -04:00 committed by GitHub
parent c8dc874a56
commit fa835e9c64
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -552,6 +552,7 @@ public class User extends UserData implements Comparable<User>, IMessageRecipien
getBase().setPlayerListName(afkName);
} else {
getBase().setPlayerListName(null);
setDisplayNick();
}
}
}