Commit 30babe63956dfe7025570616fb4a148c59a9e0a4

Authored by Mumfrey
1 parent 01a0b128

I don't know why this is here

src/main/java/com/mumfrey/liteloader/core/ClientPluginChannels.java
... ... @@ -120,7 +120,6 @@ public abstract class ClientPluginChannels extends PluginChannels<PluginChannelL
120 120 try
121 121 {
122 122 pluginChannelListener.onCustomPayload(channel, data);
123   - throw new RuntimeException();
124 123 }
125 124 catch (Exception ex)
126 125 {
... ...