9
0
mirror of https://github.com/VolmitSoftware/Iris.git synced 2025-12-27 11:09:06 +00:00
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

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