mirror of
https://github.com/funkemunky/AntiVPN.git
synced 2026-05-31 09:31:54 +00:00
Replacing out print usage with bungee/bukkit logger where I can
This commit is contained in:
@@ -54,7 +54,7 @@ public class BungeeListener extends VPNExecutor implements Listener {
|
||||
event.getPlayer().disconnect(TextComponent.fromLegacyText(ChatColor
|
||||
.translateAlternateColorCodes('&',
|
||||
AntiVPN.getInstance().getConfig().getKickString())));
|
||||
System.out.println(event.getPlayer().getName()
|
||||
BungeeCord.getInstance().getLogger().info(event.getPlayer().getName()
|
||||
+ " joined on a VPN/Proxy (" + result.getMethod() + ")");
|
||||
|
||||
if(AntiVPN.getInstance().getConfig().runCommands()) {
|
||||
|
||||
Reference in New Issue
Block a user