diff options
Diffstat (limited to 'src/net/tmwa/serverfeatures.cpp')
-rw-r--r-- | src/net/tmwa/serverfeatures.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net/tmwa/serverfeatures.cpp b/src/net/tmwa/serverfeatures.cpp index a2d60675a..461c25e8d 100644 --- a/src/net/tmwa/serverfeatures.cpp +++ b/src/net/tmwa/serverfeatures.cpp @@ -109,7 +109,7 @@ bool ServerFeatures::haveItemColors() const return false; } -bool ServerFeatures::haveOtherGender() const +bool ServerFeatures::haveAccountOtherGender() const { return false; } |