1
0
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:
Zrips 2016-08-05 14:10:46 +03:00
parent c308e0db66
commit a5de493ec7

View File

@ -320,6 +320,8 @@ public class JobsPlayer {
}
public String getDisplayHonorific() {
if (honorific == null)
reloadHonorific();
return honorific;
}