Update docs
All checks were successful
Deploy App / docker (ubuntu-latest, 2.44.0) (push) Successful in 57s

This commit is contained in:
Braydon 2024-04-07 01:16:55 -04:00
parent f8868b3d59
commit 97dc3ba751

@ -135,7 +135,7 @@ public final class JavaMinecraftServer extends MinecraftServer {
@NonNull private final String type;
/**
* The list of mods on this server.
* The list of mods on this server, null or empty if none.
*/
private final ForgeMod[] modList;
}