diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-09-16 20:22:52 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-09-16 20:22:52 +0300 |
commit | 36bf685462f371b306f51a29331e7a1d86ce3a91 (patch) | |
tree | 79ef1ffdb59524f9fec7ce2dcb3e1cf7f490c70f /src/net/serverfeatures.h | |
parent | d54c371ad9d3c8a019d7d6bdc0262cd352a06ae5 (diff) | |
download | plus-36bf685462f371b306f51a29331e7a1d86ce3a91.tar.gz plus-36bf685462f371b306f51a29331e7a1d86ce3a91.tar.bz2 plus-36bf685462f371b306f51a29331e7a1d86ce3a91.tar.xz plus-36bf685462f371b306f51a29331e7a1d86ce3a91.zip |
add server feature haveItemColors.
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 b3ed6f4ff..b25c98573 100644 --- a/src/net/serverfeatures.h +++ b/src/net/serverfeatures.h @@ -58,6 +58,8 @@ class ServerFeatures notfinal virtual bool haveServerIgnore() const = 0; virtual bool haveMove3() const = 0; + + virtual bool haveItemColors() const = 0; }; } // namespace Net |