mirror of
https://github.com/SpigotMC/BungeeCord.git
synced 2024-11-24 11:15:47 +01:00
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 );
|
player.sendMessage( message );
|
||||||
}
|
}
|
||||||
|
ProxyServer.getInstance().getConsole().sendMessage( message );
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user