diff options
Diffstat (limited to 'src/net/serverfeatures.h')
-rw-r--r-- | src/net/serverfeatures.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/net/serverfeatures.h b/src/net/serverfeatures.h index 1f36d6b42..b3ed6f4ff 100644 --- a/src/net/serverfeatures.h +++ b/src/net/serverfeatures.h @@ -56,6 +56,8 @@ class ServerFeatures notfinal virtual bool haveChatChannels() const = 0; virtual bool haveServerIgnore() const = 0; + + virtual bool haveMove3() const = 0; }; } // namespace Net |