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:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user