server manifest creation at startup

This commit is contained in:
Timerix22 2024-01-07 19:11:28 +06:00
parent dec8fbef33
commit 1aa8eb984d

View File

@ -35,6 +35,7 @@ static class Server
Config = ServerConfig.LoadOrCreateDefault();
Manifests.CreateAllManifests();
CheckUpdates();
// check for updates every 5 minutes
var updateCheckTimer = new Timer(true, 5*60 * 1000, CheckUpdates);