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 b25c98573..dcd777a03 100644 --- a/src/net/serverfeatures.h +++ b/src/net/serverfeatures.h @@ -60,6 +60,8 @@ class ServerFeatures notfinal virtual bool haveMove3() const = 0; virtual bool haveItemColors() const = 0; + + virtual bool haveOtherGender() const = 0; }; } // namespace Net |