Update console log message.

This commit is contained in:
Aust1n46 2021-08-29 00:03:10 -04:00
parent fde4fb5409
commit 828058d611

View File

@ -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();