From 36b61b43231c620f9c80836b9376ba57e87c31a0 Mon Sep 17 00:00:00 2001 From: quaK Date: Wed, 17 Jul 2024 01:49:57 +0300 Subject: [PATCH] add this --- src/client/component/updater.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/client/component/updater.cpp b/src/client/component/updater.cpp index c33de01f..2fea507f 100644 --- a/src/client/component/updater.cpp +++ b/src/client/component/updater.cpp @@ -336,7 +336,7 @@ namespace updater } } - if (!found && std::filesystem::is_regular_file(file)) + if (!found && std::filesystem::is_regular_file(file) && !is_dedi_ignore_file(file)) { console::info("[Updater] Deleting extra file %s\n", file.data()); utils::io::remove_file(file);