From 78c55d632c2debab1880b5598f0da629ac6ce355 Mon Sep 17 00:00:00 2001 From: TotallyNotElite <1yourexperiment@protonmail.com> Date: Fri, 14 Sep 2018 18:42:26 +0200 Subject: [PATCH] Test --- src/settings/SettingCommands.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/settings/SettingCommands.cpp b/src/settings/SettingCommands.cpp index ab4b0685..26c22c9e 100755 --- a/src/settings/SettingCommands.cpp +++ b/src/settings/SettingCommands.cpp @@ -94,7 +94,7 @@ static CatCommand save("save", "", [](const CCommand &args) { void load_thread(const CCommand &args) { #if not ENABLE_VISUALS - std::this_thread::sleep_for(std::chrono_literals::operator""s(1)); + std::this_thread::sleep_for(std::chrono_literals::operator""s(10)); settings::RVarLock.store(true); #endif std::this_thread::sleep_for(std::chrono_literals::operator""s(1)); @@ -116,7 +116,7 @@ void load_thread(const CCommand &args) break; if (i > 5) { - logging::Info("cat_load: Force crash. Couldn't load config"); + logging::Info("cat_load: Force crash. Couldn't load config!"); std::terminate(); } std::this_thread::sleep_for(std::chrono_literals::operator""s(3));