Catch _all_ errors during recording setup

This commit is contained in:
Jonas Herzig
2018-03-16 16:18:03 +01:00
parent 031582957f
commit 75a14a7488

View File

@@ -110,7 +110,7 @@ public class ConnectionEventHandler {
guiOverlay.register();
core.printInfoToChat("replaymod.chat.recordingstarted");
} catch(Exception e) {
} catch (Throwable e) {
e.printStackTrace();
core.printWarningToChat("replaymod.chat.recordingfailed");
}