summaryrefslogtreecommitdiff
path: root/player.py
diff options
context:
space:
mode:
Diffstat (limited to 'player.py')
-rw-r--r--player.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/player.py b/player.py
index ed80f66..5da16ba 100644
--- a/player.py
+++ b/player.py
@@ -55,7 +55,7 @@ class Player:
break
if not item_found:
- return "Server and client inventory out of sync."
+ return "Server and client inventory out of sync: missing %i (x%i)" % (int(elem.get('itemId')), int(elem.get('amount')))
total_money = 0
for user in user_tree.root: