Allow for the mod list to be null
All checks were successful
Deploy App / docker (ubuntu-latest, 2.44.0) (push) Successful in 59s

This commit is contained in:
Braydon 2024-04-07 01:15:19 -04:00
parent 14ddce24e8
commit f8868b3d59

@ -137,7 +137,7 @@ public final class JavaMinecraftServer extends MinecraftServer {
/** /**
* The list of mods on this server. * The list of mods on this server.
*/ */
@NonNull private final ForgeMod[] modList; private final ForgeMod[] modList;
} }
@AllArgsConstructor @Getter @ToString @AllArgsConstructor @Getter @ToString