Patbox / sgui

Library for creating custom, server side guis on Fabric
GNU Lesser General Public License v3.0
83 stars 16 forks source link

ServerPlayNetworkHandlerMixin catches all exceptions, including CrashException #19

Closed Awakened-Redstone closed 1 year ago

Awakened-Redstone commented 1 year ago

The injections on ServerPlayNetworkHandlerMixin catches all exceptions fully preventing any crash, including propositional ones, exceptions like CrashException should still be thrown as catching exceptions where the server is expected to crash can cause issues