mirror of
https://github.com/Multiverse/Multiverse-Core.git
synced 2025-02-01 13:11:22 +01:00
_Never_ System.out.println() exceptions!
This commit is contained in:
parent
eebc5c6e62
commit
c7d35f13f4
@ -571,14 +571,8 @@ public class MVWorld implements MultiverseWorld {
|
|||||||
this.saveConfig();
|
this.saveConfig();
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
} catch (NoSuchMethodException e) {
|
} catch (Exception e) {
|
||||||
System.out.println(e);
|
e.printStackTrace();
|
||||||
return false;
|
|
||||||
} catch (IllegalAccessException e) {
|
|
||||||
System.out.println(e);
|
|
||||||
return false;
|
|
||||||
} catch (InvocationTargetException e) {
|
|
||||||
System.out.println(e);
|
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user