9
0
mirror of https://github.com/VolmitSoftware/Iris.git synced 2025-12-25 01:59:15 +00:00

Merge pull request #538 from CocoTheOwner/noSystemOut

This commit is contained in:
Dan
2021-08-14 13:11:12 -04:00
committed by GitHub
3 changed files with 4 additions and 4 deletions

View File

@@ -482,7 +482,7 @@ public class Iris extends VolmitPlugin implements Listener {
public static void msg(String string) {
try {
sender.sendMessage(string);
} catch (Throwable ignored) {
} catch (Throwable e) {
try {
System.out.println(string);
} catch (Throwable ignored1) {