Skip to content

Commit b2c61e3

Browse files
authored
Enable bot following/waypoints by default (#1837)
1 parent 5f8abdf commit b2c61e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/game/shared/neo/neo_player_shared.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ void CheckPingButton(CNEO_Player* player)
161161
}
162162
}
163163

164-
ConVar sv_neo_bot_cmdr_enable("sv_neo_bot_cmdr_enable", "0",
164+
ConVar sv_neo_bot_cmdr_enable("sv_neo_bot_cmdr_enable", "1",
165165
FCVAR_REPLICATED | FCVAR_ARCHIVE, "Allow bots to follow you after you press use on them", true, 0, true, 1);
166166

167167
#ifdef GAME_DLL

0 commit comments

Comments
 (0)