diff --git a/LaunchServer/source/command/hash/SyncAllCommand.java b/LaunchServer/source/command/hash/SyncAllCommand.java index 895f6c7..ee033c2 100644 --- a/LaunchServer/source/command/hash/SyncAllCommand.java +++ b/LaunchServer/source/command/hash/SyncAllCommand.java @@ -35,5 +35,9 @@ server.syncUpdatesDir(null); LogHelper.subInfo("Updates dir successfully resynced"); + + server.syncLauncherBinaries(); + LogHelper.subInfo("Binaries successfully resynced"); + LogHelper.subInfo("All services resynced!"); } } \ No newline at end of file