Skip to content

Commit

Permalink
fix a bug
Browse files Browse the repository at this point in the history
  • Loading branch information
M0REKZ committed May 18, 2024
1 parent 6529470 commit 72279ca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/game/server/player.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1014,6 +1014,7 @@ int CPlayer::Anticamper()
|| (m_CampPos.y - m_pCharacter->m_Pos.y >= (float)AnticamperRange || m_CampPos.y - m_pCharacter->m_Pos.y <= -(float)AnticamperRange))
{
m_CampTick = -1;
m_SentCampMsg = false;
}

// Send warning to the player
Expand Down

0 comments on commit 72279ca

Please sign in to comment.