diff options
author | Andrei Karas <akaras@inbox.ru> | 2018-03-08 06:20:21 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2018-03-08 06:20:21 +0300 |
commit | b17247b5586f7e6a20802a0d3113b96c50810665 (patch) | |
tree | b197a098a89d01a70387cac2264882e1dd3561cd /src/net/serverfeatures.h | |
parent | fc1ca42ed5a1b2d83a1dc8f94709a057b8e28e9d (diff) | |
download | plus-b17247b5586f7e6a20802a0d3113b96c50810665.tar.gz plus-b17247b5586f7e6a20802a0d3113b96c50810665.tar.bz2 plus-b17247b5586f7e6a20802a0d3113b96c50810665.tar.xz plus-b17247b5586f7e6a20802a0d3113b96c50810665.zip |
Add server feature for check is pincode supported.
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 f1c863090..defa1e086 100644 --- a/src/net/serverfeatures.h +++ b/src/net/serverfeatures.h @@ -81,6 +81,8 @@ class ServerFeatures notfinal virtual bool haveMoveWhileSit() const = 0; virtual bool haveKillerId() const = 0; + + virtual bool havePincode() const = 0; }; } // namespace Net |