Skip to content

Commit

Permalink
Set findnearestnodefix to 1 by default
Browse files Browse the repository at this point in the history
  • Loading branch information
FreeSlave committed May 20, 2024
1 parent d1e6abd commit 2fa5106
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dlls/game.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -733,7 +733,7 @@ cvar_t pickup_policy = { "pickup_policy","0", FCVAR_SERVER };
cvar_t grenade_jump = { "grenade_jump","1", FCVAR_SERVER };
#endif

cvar_t findnearestnodefix = { "findnearestnodefix", "0", FCVAR_SERVER };
cvar_t findnearestnodefix = { "findnearestnodefix", "1", FCVAR_SERVER };

cvar_t keepinventory = { "mp_keepinventory","0", FCVAR_SERVER }; // keep inventory across level transitions in multiplayer coop

Expand Down

0 comments on commit 2fa5106

Please sign in to comment.