diff --git a/pom.xml b/pom.xml index 7a6ea5bcf..9724a1dcb 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ 4.0.0 com.volmit Iris - 1.3.3 + 1.3.5 Iris false diff --git a/src/main/java/com/volmit/iris/manager/command/world/CommandIrisPregen.java b/src/main/java/com/volmit/iris/manager/command/world/CommandIrisPregen.java index c46d850ac..fc7106922 100644 --- a/src/main/java/com/volmit/iris/manager/command/world/CommandIrisPregen.java +++ b/src/main/java/com/volmit/iris/manager/command/world/CommandIrisPregen.java @@ -109,7 +109,8 @@ public class CommandIrisPregen extends MortarCommand sender.sendMessage("Invalid argument in command"); return true; } catch (NullPointerException e){ - sender.sendMessage("No radius specified"); + e.printStackTrace(); + sender.sendMessage("No radius specified (check error in console)"); } catch (HeadlessException e){ sender.sendMessage("If you are seeing this and are using a hosted server, please turn off 'useServerLaunchedGUIs' in the settings"); }