Server: improve ConVar help string

Improved the helpstring for ConVar navmesh_always_reachable.
This commit is contained in:
Kawe Mazidjatari 2024-11-13 14:18:05 +01:00
parent 94c296561f
commit 2813c0e24f

View File

@ -18,7 +18,7 @@
#include "ai_basenpc.h"
static ConVar navmesh_always_reachable("navmesh_always_reachable", "0", FCVAR_DEVELOPMENTONLY, "Marks goal poly from agent poly as reachable regardless of table data ( !slower! )");
static ConVar navmesh_always_reachable("navmesh_always_reachable", "0", FCVAR_DEVELOPMENTONLY, "Marks goal poly from agent poly as reachable by ignoring static pathing ( !slower! )");
//-----------------------------------------------------------------------------
// Purpose: gets the navmesh by type from global array [small, med_short, medium, large, extra_large]