mirror of
https://github.com/s1lentq/ReGameDLL_CS.git
synced 2025-03-04 09:45:23 +03:00
fix: bot_profile_db
CVar use (#827)
This commit is contained in:
parent
6375ea5504
commit
6da11fa4dd
@ -78,7 +78,7 @@ CCSBotManager::CCSBotManager()
|
|||||||
char *dataPointer = (char *)LOAD_FILE_FOR_ME((char *)filename, &dataLength);
|
char *dataPointer = (char *)LOAD_FILE_FOR_ME((char *)filename, &dataLength);
|
||||||
if (!dataPointer)
|
if (!dataPointer)
|
||||||
{
|
{
|
||||||
TheBotProfiles->Init("BotProfile.db");
|
TheBotProfiles->Init(cv_bot_profile_db.string);
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user