diff options
Diffstat (limited to 'src/game/client/components/motd.hpp')
| -rw-r--r-- | src/game/client/components/motd.hpp | 4 |
1 files changed, 3 insertions, 1 deletions
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(); |