Commit a23a9ea124fe0edb002a9bb8c71e91206297fd86

Authored by Mumfrey
1 parent b0233bec

...or this

src/main/java/com/mumfrey/liteloader/core/ServerPluginChannels.java
@@ -154,7 +154,6 @@ public class ServerPluginChannels extends PluginChannels<ServerPluginChannelList @@ -154,7 +154,6 @@ public class ServerPluginChannels extends PluginChannels<ServerPluginChannelList
154 try 154 try
155 { 155 {
156 pluginChannelListener.onCustomPayload(sender, channel, data); 156 pluginChannelListener.onCustomPayload(sender, channel, data);
157 - throw new RuntimeException();  
158 } 157 }
159 catch (Exception ex) 158 catch (Exception ex)
160 { 159 {