diff --git a/src/main/java/mineverse/Aust1n46/chat/bungee/VentureChatVelocity.java b/src/main/java/mineverse/Aust1n46/chat/bungee/VentureChatVelocity.java index 8174ab1..4d2efa4 100644 --- a/src/main/java/mineverse/Aust1n46/chat/bungee/VentureChatVelocity.java +++ b/src/main/java/mineverse/Aust1n46/chat/bungee/VentureChatVelocity.java @@ -113,7 +113,7 @@ public class VentureChatVelocity implements VentureChatProxySource { }); } catch(IllegalStateException e) { - sendConsoleMessage("Velocity being finicky"); + sendConsoleMessage("Velocity being finicky with DisconnectEvent."); } catch (IOException e) { e.printStackTrace();