From 36bf685462f371b306f51a29331e7a1d86ce3a91 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Tue, 16 Sep 2014 20:22:52 +0300 Subject: add server feature haveItemColors. --- src/item.cpp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/item.cpp') diff --git a/src/item.cpp b/src/item.cpp index ad84b724d..01a47e0dd 100644 --- a/src/item.cpp +++ b/src/item.cpp @@ -31,6 +31,9 @@ #include "resources/resourcemanager.h" #include "configuration.h" +#include "net/net.h" +#include "net/serverfeatures.h" + #include "debug.h" extern int serverVersion; @@ -116,7 +119,7 @@ Image *Item::getImage(const int id, const unsigned char color) std::string Item::getName() const { const ItemInfo &info = ItemDB::get(mId); - if (serverVersion > 0) + if (Net::getServerFeatures()->haveItemColors()) return info.getName(mColor); else return info.getName(); -- cgit v1.2.3-60-g2f50