mirror of
https://github.com/Melledy/Nebula.git
synced 2026-09-20 01:29:54 +02:00
Allow the server to send ClientDiff
This commit is contained in:
@@ -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");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user