Changed startup message (shows webserver-info, hides debug)
This commit is contained in:
parent
98f03c588e
commit
4de18ac700
2 changed files with 1 additions and 2 deletions
|
|
@ -37,7 +37,6 @@ public class BukkitPlayerDebugger implements Debugger {
|
|||
public synchronized void enable() {
|
||||
plugin.getServer().getPluginManager().registerEvent(Event.Type.PLAYER_COMMAND, new CommandListener(), Priority.Normal, plugin);
|
||||
plugin.getServer().getPluginManager().registerEvent(Event.Type.PLAYER_QUIT, new CommandListener(), Priority.Normal, plugin);
|
||||
log.info("Debugger enabled, use: " + debugCommand);
|
||||
}
|
||||
|
||||
public synchronized void disable() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue