From c79a9b4ffa2762be199b85a78cd798d4bccc9b1b Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Tue, 16 Sep 2014 17:45:17 +0300 Subject: Add server feature haveIncompleteChatMessages. --- src/net/tmwa/serverfeatures.cpp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/net/tmwa/serverfeatures.cpp') diff --git a/src/net/tmwa/serverfeatures.cpp b/src/net/tmwa/serverfeatures.cpp index 498d19249..31b7a16ed 100644 --- a/src/net/tmwa/serverfeatures.cpp +++ b/src/net/tmwa/serverfeatures.cpp @@ -74,4 +74,9 @@ bool ServerFeatures::haveNativeGuilds() const return tmwServerVersion <= 0; } +bool ServerFeatures::haveIncompleteChatMessages() const +{ + return tmwServerVersion > 0; +} + } // namespace TmwAthena -- cgit v1.2.3-60-g2f50