From d347ded43eaf6701ee7ea12001bd239fe524cc35 Mon Sep 17 00:00:00 2001 From: sirius Date: Sun, 13 Oct 2019 22:00:01 +0800 Subject: [PATCH] change the time() in chat.cpp back to CComponent::time() --- src/game/client/components/chat.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/game/client/components/chat.h b/src/game/client/components/chat.h index 32b18bba5..daf004a00 100644 --- a/src/game/client/components/chat.h +++ b/src/game/client/components/chat.h @@ -5,7 +5,6 @@ #include #include #include -#include class CChat : public CComponent {