First print exception to console, then to chat (in case this fails)
This commit is contained in:
@@ -90,8 +90,8 @@ public class ConnectionEventHandler {
|
|||||||
|
|
||||||
core.printInfoToChat("replaymod.chat.recordingstarted");
|
core.printInfoToChat("replaymod.chat.recordingstarted");
|
||||||
} catch(Exception e) {
|
} catch(Exception e) {
|
||||||
core.printWarningToChat("replaymod.chat.recordingfailed");
|
|
||||||
e.printStackTrace();
|
e.printStackTrace();
|
||||||
|
core.printWarningToChat("replaymod.chat.recordingfailed");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user