From 29db78486002e5798c45532cb0a09b1b48238f1b Mon Sep 17 00:00:00 2001 From: Edo Date: Sun, 14 May 2023 14:49:12 +0100 Subject: [PATCH] maint(bots): rename folder --- src/client/component/bots.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/client/component/bots.cpp b/src/client/component/bots.cpp index 7701e1b6..b3909436 100644 --- a/src/client/component/bots.cpp +++ b/src/client/component/bots.cpp @@ -35,7 +35,7 @@ namespace bots }; std::string buffer; - if (!utils::io::read_file("boiii_cfg/bots.txt", &buffer) || buffer.empty()) + if (!utils::io::read_file("boiii/bots.txt", &buffer) || buffer.empty()) { return bot_names; }