mirror of
https://github.com/UberGames/lilium-voyager.git
synced 2025-01-20 22:50:43 +00:00
Fix typo of empty in ai_main.c
This commit is contained in:
parent
9d6a95d4ad
commit
274fa898b1
1 changed files with 1 additions and 1 deletions
|
@ -256,7 +256,7 @@ void BotTestAAS(vec3_t origin) {
|
||||||
if (bot_testsolid.integer) {
|
if (bot_testsolid.integer) {
|
||||||
if (!trap_AAS_Initialized()) return;
|
if (!trap_AAS_Initialized()) return;
|
||||||
areanum = BotPointAreaNum(origin);
|
areanum = BotPointAreaNum(origin);
|
||||||
if (areanum) BotAI_Print(PRT_MESSAGE, "\remtpy area");
|
if (areanum) BotAI_Print(PRT_MESSAGE, "\rempty area");
|
||||||
else BotAI_Print(PRT_MESSAGE, "\r^1SOLID area");
|
else BotAI_Print(PRT_MESSAGE, "\r^1SOLID area");
|
||||||
}
|
}
|
||||||
else if (bot_testclusters.integer) {
|
else if (bot_testclusters.integer) {
|
||||||
|
|
Loading…
Reference in a new issue