diff --git a/src/bin/kawari-world.rs b/src/bin/kawari-world.rs index 8747723..1b31cfc 100644 --- a/src/bin/kawari-world.rs +++ b/src/bin/kawari-world.rs @@ -2,7 +2,7 @@ use std::sync::Arc; use kawari::common::custom_ipc::{CustomIpcData, CustomIpcSegment, CustomIpcType}; use kawari::common::timestamp_secs; -use kawari::common::{determine_initial_starting_zone, get_citystate, get_world_name}; +use kawari::common::{determine_initial_starting_zone, get_citystate, get_world_name, Position}; use kawari::config::get_config; use kawari::lobby::CharaMake; use kawari::oodle::OodleNetwork; @@ -17,8 +17,7 @@ use kawari::world::ipc::{ use kawari::world::{ ChatHandler, Zone, ZoneConnection, ipc::{ - ActorControlCategory, ActorControlSelf, PlayerEntry, PlayerSetup, PlayerSpawn, PlayerStats, - Position, SocialList, + ActorControlCategory, ActorControlSelf, PlayerEntry, PlayerSetup, PlayerSpawn, PlayerStats, SocialList, }, }; use kawari::world::{PlayerData, WorldDatabase};