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 9a39a2d52..464ee7a8f 100644 --- a/src/net/serverfeatures.h +++ b/src/net/serverfeatures.h @@ -70,6 +70,8 @@ class ServerFeatures notfinal virtual bool haveEmailOnRegister() const = 0; virtual bool haveEightDirections() const = 0; + + virtual bool haveCharRename() const = 0; }; } // namespace Net |