Fix issue #55 - show alerts in console
This commit is contained in:
parent
3dac86a94c
commit
f02d17c979
@ -44,6 +44,7 @@ public class CommandAlert extends Command
|
||||
{
|
||||
player.sendMessage( message );
|
||||
}
|
||||
ProxyServer.getInstance().getConsole().sendMessage( message );
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user