1
0
mirror of https://github.com/essentials/Essentials.git synced 2025-08-18 20:41:37 +02:00

Cleanup of Console class

This commit is contained in:
snowleo
2012-01-06 01:55:27 +01:00
parent 3513d72a7b
commit cc3cd5e89c
3 changed files with 2 additions and 9 deletions

View File

@@ -1,6 +1,5 @@
package com.earth2me.essentials.xmpp;
import com.earth2me.essentials.Console;
import com.earth2me.essentials.EssentialsConf;
import com.earth2me.essentials.api.IReload;
import com.earth2me.essentials.api.IUser;
@@ -355,7 +354,7 @@ public class XMPPManager extends Handler implements MessageListener, ChatManager
{
try
{
parent.getServer().dispatchCommand(Console.getCommandSender(parent.getServer()), message.substring(1));
parent.getServer().dispatchCommand(parent.getServer().getConsoleSender(), message.substring(1));
}
catch (Exception ex)
{