mirror of
https://github.com/funkemunky/AntiVPN.git
synced 2026-06-01 01:41:55 +00:00
1.5.1 KauriVPN plugin.yml rename and System print fix
This commit is contained in:
@@ -88,4 +88,9 @@ public class VelocityListener extends VPNExecutor {
|
||||
threadExecutor.shutdown();
|
||||
VelocityPlugin.INSTANCE.getServer().getEventManager().unregisterListener(VelocityPlugin.INSTANCE, this);
|
||||
}
|
||||
|
||||
@Override
|
||||
public void log(String log, Object... objects) {
|
||||
VelocityPlugin.INSTANCE.getLogger().log(Level.INFO, String.format(log, objects));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user