handle rejected tekker results properly

This commit is contained in:
Martin Michelsen
2023-11-15 18:14:04 -08:00
parent c896c11f57
commit b492a2fac6
4 changed files with 20 additions and 22 deletions
+1 -1
View File
@@ -194,7 +194,7 @@ void player_use_item(shared_ptr<Client> c, size_t item_index) {
auto l = c->lobby.lock();
if (l) {
send_create_inventory_item(c, item.data, false);
send_create_inventory_item(c, item.data);
}
break;
}