mirror of
https://github.com/s1lentq/ReGameDLL_CS.git
synced 2024-12-27 07:05:38 +03:00
Merge branch 'master' of github.com:s1lentq/ReGameDLL_CS
This commit is contained in:
commit
ed19a39b5b
@ -622,8 +622,7 @@ void CCSBotManager::__MAKE_VHOOK(ServerCommand)(const char *pcmd)
|
||||
else if (FStrEq(pcmd, "bot_nav_save"))
|
||||
{
|
||||
GET_GAME_DIR(buffer);
|
||||
buffer[ Q_strlen(buffer) ] = '\\';
|
||||
|
||||
Q_strcat(buffer, "\\");
|
||||
Q_strcat(buffer, CBotManager::GetNavMapFilename());
|
||||
|
||||
if (SaveNavigationMap(buffer))
|
||||
|
Loading…
Reference in New Issue
Block a user