From dda979ad14733ce4ab513d0f6dcf0e5a7dbee90c Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Wed, 29 May 2024 13:51:09 +0200 Subject: [PATCH] delayed start in config file --- config.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/config.cpp b/config.cpp index b320b337..86cb0b40 100644 --- a/config.cpp +++ b/config.cpp @@ -1865,6 +1865,7 @@ EX void parseline(const string& str) { } EX void loadNewConfig(FILE *f) { + dynamicval ds(delayed_start, true); for(auto& c: params) allconfigs[c.second->name] = allconfigs[c.second->legacy_config_name] = c.second; string rd; while(true) {