about summary refs log tree commit diff
path: root/src/game/server/gs_common.h
diff options
context:
space:
mode:
authorMagnus Auvinen <magnus.auvinen@gmail.com>2008-03-29 14:39:45 +0000
committerMagnus Auvinen <magnus.auvinen@gmail.com>2008-03-29 14:39:45 +0000
commit83660e08531d3f8f00e33377a7fb75d6e963871b (patch)
treedf96ed920f8c7307d49a35180eed45bd50957977 /src/game/server/gs_common.h
parentae71bff0869ad0cf8854f79a8429b4699635ab65 (diff)
downloadzcatch-83660e08531d3f8f00e33377a7fb75d6e963871b.tar.gz
zcatch-83660e08531d3f8f00e33377a7fb75d6e963871b.zip
added spam protection
Diffstat (limited to 'src/game/server/gs_common.h')
-rw-r--r--src/game/server/gs_common.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/game/server/gs_common.h b/src/game/server/gs_common.h
index 1dd60e81..5986c17a 100644
--- a/src/game/server/gs_common.h
+++ b/src/game/server/gs_common.h
@@ -316,6 +316,9 @@ public:
 
 	// the player core for the physics	
 	player_core core;
+	
+	//
+	int64 last_chat;
 
 	//
 	player();