From 828058d61112d58b294efa82d82638a5bf45d7c5 Mon Sep 17 00:00:00 2001 From: Aust1n46 Date: Sun, 29 Aug 2021 00:03:10 -0400 Subject: [PATCH] Update console log message. --- .../mineverse/Aust1n46/chat/bungee/VentureChatVelocity.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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();