Skip to content

Commit

Permalink
changed Nerf back to equal or less 3 players
Browse files Browse the repository at this point in the history
  • Loading branch information
teoman002 committed Feb 25, 2019
1 parent 83161a4 commit 24f5490
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/game/server/gamecontext.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1210,7 +1210,7 @@ void CGameContext::OnTick()
static bool alreadyNerfed = false;
static bool alreadyUnNerfed = false;
// Low player count leads to nerfed weapons
if (Server()->GetActivePlayerCount() <= 1)
if (Server()->GetActivePlayerCount() <= 3)
{
if (!alreadyNerfed){
SaveWeaponConfig();
Expand Down

0 comments on commit 24f5490

Please sign in to comment.