Skip to content

Commit 5f39550

Browse files
committed
Update tf_bot.cpp
1 parent 90d3f27 commit 5f39550

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/game/server/tf/bot/tf_bot.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ const char *GetRandomBotName(void)
188188
return STRING(iszName);
189189
}
190190

191-
return "MISSINGNO";
191+
return "Bot Name";
192192
}
193193
#else
194194
//-----------------------------------------------------------------------------------------------------

0 commit comments

Comments
 (0)