From 2e2d31ccc359228f0031b9fa507b33f8ba935722 Mon Sep 17 00:00:00 2001 From: Magnus Auvinen Date: Sat, 30 Aug 2008 08:26:36 +0000 Subject: fixed the motd correctly --- src/game/client/components/motd.hpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/game/client/components/motd.hpp') diff --git a/src/game/client/components/motd.hpp b/src/game/client/components/motd.hpp index e26dff9b..bc2c962e 100644 --- a/src/game/client/components/motd.hpp +++ b/src/game/client/components/motd.hpp @@ -2,10 +2,12 @@ class MOTD : public COMPONENT { -public: // motd int64 server_motd_time; char server_motd[900]; // FUGLY +public: + void clear(); + bool is_active(); virtual void on_reset(); virtual void on_render(); -- cgit 1.4.1