Fixed restart

This commit is contained in:
Essem 2021-08-07 15:50:47 -05:00
parent b6f28ece76
commit 14855f2a07
No known key found for this signature in database
GPG key ID: 7D497397CC3A2A8C
2 changed files with 13 additions and 13 deletions

View file

@ -11,7 +11,7 @@ class RestartCommand extends Command {
for (const command of collections.commands) {
await handler.unload(command);
}
this.ipc.restartAllClusters();
this.ipc.restartAllClusters(true);
//this.ipc.broadcast("restart");
}