Allow the server to send ClientDiff

This commit is contained in:
Melledy
2025-11-15 04:29:55 -08:00
parent 33babe3405
commit 5f98c8ce80
8 changed files with 111 additions and 18 deletions
@@ -11,6 +11,11 @@ public class ReloadCommand implements CommandHandler {
@Override
public void execute(CommandArgs args) {
Nebula.loadConfig();
if (Nebula.getHttpServer() != null) {
Nebula.getHttpServer().loadPatchList();
}
args.sendMessage("Reloaded the server config");
}