about summary refs log tree commit diff
path: root/src/game/client/components/chat.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/client/components/chat.hpp')
-rw-r--r--src/game/client/components/chat.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/client/components/chat.hpp b/src/game/client/components/chat.hpp
index 211b3085..593ef87e 100644
--- a/src/game/client/components/chat.hpp
+++ b/src/game/client/components/chat.hpp
@@ -12,7 +12,7 @@ class CHAT : public COMPONENT
 
 	struct LINE
 	{
-		int tick;
+		int64 time;
 		int client_id;
 		int team;
 		int name_color;