Remove hardcoded Space after Plugin Tag

This commit is contained in:
TheLonelyWolf 2022-06-18 22:37:56 +02:00
parent 5fa746950b
commit 575c574a66

View File

@ -276,7 +276,7 @@ public class CommandPanels extends JavaPlugin{
}));
//get tag
tag = tex.colour(config.getString("config.format.tag") + " ");
tag = tex.colour(config.getString("config.format.tag"));
Bukkit.getLogger().info("[CommandPanels] RockyHawk's CommandPanels v" + this.getDescription().getVersion() + " Plugin Loaded!");
}