From c5b7f7b8b57b1200c5bd8769b8471e1b9c013419 Mon Sep 17 00:00:00 2001 From: Jeff Date: Mon, 15 Jul 2024 22:28:10 -0400 Subject: [PATCH] Revert "Clean up, this time with the pre-commit hook" This reverts commit 47d21254b817639306877b9d172e9b8e266b5eb8. --- src/bot.rs | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/bot.rs b/src/bot.rs index 07d53ca..53ea660 100644 --- a/src/bot.rs +++ b/src/bot.rs @@ -16,9 +16,15 @@ use std::{ use tokio::runtime::Runtime; use vek::Quaternion; use veloren_client::{addr::ConnectionArgs, Client, Event as VelorenEvent, SiteInfoRich, WorldExt}; +use veloren_client_i18n::Localization; use veloren_common::{ clock::Clock, - comp::{invite::InviteKind, item::ItemDefinitionIdOwned, ChatType, ControllerInputs, Ori, Pos}, + comp::{ + invite::InviteKind, + item::{ItemDef, ItemDefinitionIdOwned, ItemI18n}, + slot::InvSlotId, + ChatType, ControllerInputs, ItemKey, Ori, Pos, + }, outcome::Outcome, time::DayPeriod, trade::{PendingTrade, TradeAction, TradeResult},