From 95410c57109db3ceb81494a290139625af4a097b Mon Sep 17 00:00:00 2001 From: NoxMax <50133316+NoxMax@users.noreply.github.com> Date: Sun, 3 Aug 2025 18:58:30 -0600 Subject: [PATCH] formatting --- src/RandomPlayerbotMgr.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/RandomPlayerbotMgr.cpp b/src/RandomPlayerbotMgr.cpp index ba1d8f5f..726c53b4 100644 --- a/src/RandomPlayerbotMgr.cpp +++ b/src/RandomPlayerbotMgr.cpp @@ -2666,7 +2666,7 @@ void RandomPlayerbotMgr::GetBots() if (botLevel < sPlayerbotAIConfig->randomBotMinLoginLevel || botLevel > sPlayerbotAIConfig->randomBotMaxLoginLevel) { - continue; // Skip this bot + continue; } }