From 48ccbfd8603afc3f326313a284edff2ef08dcb41 Mon Sep 17 00:00:00 2001 From: DanLT Date: Sun, 9 May 2021 08:20:14 -0800 Subject: [PATCH] 135 --- pom.xml | 2 +- .../volmit/iris/manager/command/world/CommandIrisPregen.java | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) 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"); }