Skip to content

Commit c261e69

Browse files
committed
fix error
1 parent 9c33af5 commit c261e69

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/game/server/hl2mp/bot/hl2mp_bot.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -165,10 +165,6 @@ const char *GetRandomBotName( void )
165165
//-----------------------------------------------------------------------------------------------------
166166
void CreateBotName( int iTeam, CHL2MPBot::DifficultyType skill, char* pBuffer, int iBufferSize )
167167
{
168-
#ifdef BDSBASE
169-
LoadBotNames();
170-
#endif
171-
172168
const char *pBotName = GetRandomBotName();
173169
const char* pFriendlyOrEnemyTitle = "";
174170

0 commit comments

Comments
 (0)