change the time() in chat.cpp back to CComponent::time()

This commit is contained in:
sirius 2019-10-13 22:00:01 +08:00
parent d9d6569580
commit d347ded43e

View file

@ -5,7 +5,6 @@
#include <engine/shared/ringbuffer.h>
#include <game/client/component.h>
#include <game/client/lineinput.h>
#include <engine/shared/demo.h>
class CChat : public CComponent
{