Add build number back for local builds

I couldn't find a more efficient way to do this
This commit is contained in:
2023-12-01 23:43:27 -06:00
parent 6d80d5f4e3
commit 187226ff45
3 changed files with 21 additions and 8 deletions

View File

@ -13,7 +13,6 @@ import org.bukkit.Bukkit;
public class PlayerMeta
{
public static Component getPrefix(PlexPlayer plexPlayer)
{
if (plexPlayer.getPrefix() != null && !plexPlayer.getPrefix().isEmpty())