From 97109e6260af3eab9c2fd7bae7dbcd0935f70da7 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Mon, 31 Jul 2017 18:58:36 +0300 Subject: Add paths.xml option for set bandge offset. it used if need show badges at right and names is hidden. --- src/client.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/client.cpp') diff --git a/src/client.cpp b/src/client.cpp index 57e870b05..97857310b 100644 --- a/src/client.cpp +++ b/src/client.cpp @@ -1732,6 +1732,8 @@ void Client::initPaths() settings.overweightPercent = paths.getIntValue("overweightPercent"); settings.playerNameOffset = paths.getIntValue( "playerNameOffset"); + settings.playerBadgeAtRightOffset = paths.getIntValue( + "playerBadgeAtRightOffset"); } void Client::initTradeFilter() -- cgit v1.2.3-60-g2f50