Skip to content

Commit

Permalink
update header file
Browse files Browse the repository at this point in the history
  • Loading branch information
jxsl13 committed Mar 14, 2021
1 parent 3b59cd8 commit ef02094
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/game/server/gamecontext.h
Original file line number Diff line number Diff line change
Expand Up @@ -298,8 +298,7 @@ class CGameContext : public IGameServer
std::vector<CTroll> m_TrollPit;
std::vector<int> m_IngameTrolls;

// Iterates ovr all players and checks if the players are trolls, adds them to the m_IngameTrolls list
void UpdateIngameTrolls();
void ClearIngameTrolls();

// Add trolls manually to the list where you
// e.g. OnPlayerConnect in order to avoid calls to a lot of heavy functions
Expand Down

0 comments on commit ef02094

Please sign in to comment.