Allow for the mod list to be null
All checks were successful
Deploy App / docker (ubuntu-latest, 2.44.0) (push) Successful in 59s
All checks were successful
Deploy App / docker (ubuntu-latest, 2.44.0) (push) Successful in 59s
This commit is contained in:
parent
14ddce24e8
commit
f8868b3d59
@ -137,7 +137,7 @@ public final class JavaMinecraftServer extends MinecraftServer {
|
||||
/**
|
||||
* The list of mods on this server.
|
||||
*/
|
||||
@NonNull private final ForgeMod[] modList;
|
||||
private final ForgeMod[] modList;
|
||||
}
|
||||
|
||||
@AllArgsConstructor @Getter @ToString
|
||||
|
Loading…
Reference in New Issue
Block a user