First print exception to console, then to chat (in case this fails)

This commit is contained in:
johni0702
2016-03-02 12:10:59 +01:00
parent 73ee7fd86d
commit 93585a2a30

View File

@@ -90,8 +90,8 @@ public class ConnectionEventHandler {
core.printInfoToChat("replaymod.chat.recordingstarted");
} catch(Exception e) {
core.printWarningToChat("replaymod.chat.recordingfailed");
e.printStackTrace();
core.printWarningToChat("replaymod.chat.recordingfailed");
}
}