minor bug fix

This commit is contained in:
Marvelco
2025-08-07 23:01:57 +03:00
parent 91cb107aed
commit a500f10a05
2 changed files with 4 additions and 1 deletions

View File

@@ -69,6 +69,7 @@ static inline void InitBotNames()
PlayerBotNames.push_back(L"AllyJax");
PlayerBotNames.push_back(L"secret_pommes");
PlayerBotNames.push_back(L"Twin1");
PlayerBotNames.push_back(L"Marvelco");
std::shuffle(PlayerBotNames.begin(), PlayerBotNames.end(), std::default_random_engine((unsigned int)time(0)));
}