Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/game/shared/neo/neo_player_shared.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ void CheckPingButton(CNEO_Player* player)
}
}

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

#ifdef GAME_DLL
Expand Down
Loading