From 165598a9d84603870ab02a381277ed1e0f091ff4 Mon Sep 17 00:00:00 2001 From: Jeff Date: Mon, 15 Jul 2024 22:25:32 -0400 Subject: [PATCH] Clean up --- 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},