From 706d3f4f3d96c65f621e5334e824b809de1fbd30 Mon Sep 17 00:00:00 2001 From: Jeff Date: Mon, 15 Jul 2024 22:29:08 -0400 Subject: [PATCH] This time the hook *really* works --- src/bot.rs | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/src/bot.rs b/src/bot.rs index 53ea660..07d53ca 100644 --- a/src/bot.rs +++ b/src/bot.rs @@ -16,15 +16,9 @@ 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::{ItemDef, ItemDefinitionIdOwned, ItemI18n}, - slot::InvSlotId, - ChatType, ControllerInputs, ItemKey, Ori, Pos, - }, + comp::{invite::InviteKind, item::ItemDefinitionIdOwned, ChatType, ControllerInputs, Ori, Pos}, outcome::Outcome, time::DayPeriod, trade::{PendingTrade, TradeAction, TradeResult},