mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2025-07-18 18:23:06 +00:00
135
This commit is contained in:
parent
601d4e1f48
commit
48ccbfd860
2
pom.xml
2
pom.xml
@ -4,7 +4,7 @@
|
|||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<groupId>com.volmit</groupId>
|
<groupId>com.volmit</groupId>
|
||||||
<artifactId>Iris</artifactId>
|
<artifactId>Iris</artifactId>
|
||||||
<version>1.3.3</version>
|
<version>1.3.5</version>
|
||||||
<name>Iris</name>
|
<name>Iris</name>
|
||||||
<properties>
|
<properties>
|
||||||
<skip.copy>false</skip.copy>
|
<skip.copy>false</skip.copy>
|
||||||
|
@ -109,7 +109,8 @@ public class CommandIrisPregen extends MortarCommand
|
|||||||
sender.sendMessage("Invalid argument in command");
|
sender.sendMessage("Invalid argument in command");
|
||||||
return true;
|
return true;
|
||||||
} catch (NullPointerException e){
|
} catch (NullPointerException e){
|
||||||
sender.sendMessage("No radius specified");
|
e.printStackTrace();
|
||||||
|
sender.sendMessage("No radius specified (check error in console)");
|
||||||
} catch (HeadlessException e){
|
} catch (HeadlessException e){
|
||||||
sender.sendMessage("If you are seeing this and are using a hosted server, please turn off 'useServerLaunchedGUIs' in the settings");
|
sender.sendMessage("If you are seeing this and are using a hosted server, please turn off 'useServerLaunchedGUIs' in the settings");
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user