mirror of
https://github.com/Zrips/Jobs.git
synced 2025-02-18 05:11:32 +01:00
Reload honorific if its null
This commit is contained in:
parent
c308e0db66
commit
a5de493ec7
@ -320,6 +320,8 @@ public class JobsPlayer {
|
||||
}
|
||||
|
||||
public String getDisplayHonorific() {
|
||||
if (honorific == null)
|
||||
reloadHonorific();
|
||||
return honorific;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user