summaryrefslogtreecommitdiffstats
path: root/source/cPlayer.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--source/cPlayer.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/source/cPlayer.h b/source/cPlayer.h
index e25fb1b07..6f52b3f1f 100644
--- a/source/cPlayer.h
+++ b/source/cPlayer.h
@@ -112,5 +112,8 @@ protected:
int m_GameMode;
std::string m_IP;
+ long long m_LastPlayerListTime;
+ static const unsigned short E_PLAYER_LIST_TIME = 1000; // 1000 = once per second
+
cClientHandle* m_ClientHandle;
}; //tolua_export