diff options
Diffstat (limited to 'src/game/client/components/motd.hpp')
| -rw-r--r-- | src/game/client/components/motd.hpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/game/client/components/motd.hpp b/src/game/client/components/motd.hpp index bc2c962e..5ee16086 100644 --- a/src/game/client/components/motd.hpp +++ b/src/game/client/components/motd.hpp @@ -4,8 +4,9 @@ class MOTD : public COMPONENT { // motd int64 server_motd_time; - char server_motd[900]; // FUGLY public: + char server_motd[900]; + void clear(); bool is_active(); |