From 925309eba69a95bcd2a49233125ce32e530fa663 Mon Sep 17 00:00:00 2001 From: Lizzy Fleckenstein Date: Sat, 10 Dec 2022 15:31:22 +0100 Subject: Dual wielding --- src/client/client.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/client/client.cpp') diff --git a/src/client/client.cpp b/src/client/client.cpp index 6f2647d50..8760b416d 100644 --- a/src/client/client.cpp +++ b/src/client/client.cpp @@ -1535,6 +1535,8 @@ bool Client::updateWieldedItem() list->setModified(false); if (auto *list = player->inventory.getList("hand")) list->setModified(false); + if (auto *list = player->inventory.getList("offhand")) + list->setModified(false); return true; } -- cgit v1.2.3