forked from Upstream/CommandPanels
Remove hardcoded Space after Plugin Tag
This commit is contained in:
parent
5fa746950b
commit
575c574a66
@ -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!");
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user