This commit is contained in:
DanLT 2021-05-09 08:20:14 -08:00
parent 601d4e1f48
commit 48ccbfd860
2 changed files with 3 additions and 2 deletions

View File

@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.volmit</groupId>
<artifactId>Iris</artifactId>
<version>1.3.3</version>
<version>1.3.5</version>
<name>Iris</name>
<properties>
<skip.copy>false</skip.copy>

View File

@ -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");
}