mirror of
https://github.com/Multiverse/Multiverse-Core.git
synced 2025-01-20 23:31:23 +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();
|
||||
return true;
|
||||
}
|
||||
} catch (NoSuchMethodException e) {
|
||||
System.out.println(e);
|
||||
return false;
|
||||
} catch (IllegalAccessException e) {
|
||||
System.out.println(e);
|
||||
return false;
|
||||
} catch (InvocationTargetException e) {
|
||||
System.out.println(e);
|
||||
} catch (Exception e) {
|
||||
e.printStackTrace();
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user