small correction

2.x-1.16
szymon 2021-06-19 18:48:46 +02:00
parent fcc1dca958
commit fee04a9943
1 changed files with 3 additions and 0 deletions

View File

@ -80,6 +80,9 @@ public class RestoreBackupRunnable implements Runnable {
Statics.LOGGER.info("Something went wrong while deleting old backup"); Statics.LOGGER.info("Something went wrong while deleting old backup");
} }
//in case we're playing on client
Statics.globalShutdownBackupFlag.set(true);
Statics.LOGGER.info("Done!"); Statics.LOGGER.info("Done!");
} }