mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2025-12-27 19:19:07 +00:00
Fix param
This commit is contained in:
@@ -33,7 +33,7 @@ public @interface Param {
|
||||
* Required parameter.<br>
|
||||
* This is what is used in game, alongside any (if specified) {@link #aliases() aliases}
|
||||
*/
|
||||
String name();
|
||||
String name() default "";
|
||||
|
||||
/**
|
||||
* The description of this parameter, used in help-popups in game.<br>
|
||||
|
||||
Reference in New Issue
Block a user