Commit d5d0781483f59201c5871ea0bf3094ccad3a9f42
1 parent
30babe63
...or this
Showing
1 changed file
with
0 additions
and
1 deletions
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 | { |