1
Fork 0
mirror of https://github.com/redstrate/Kawari.git synced 2025-04-22 15:27:44 +00:00

Remove erroneous Position import

This commit is contained in:
Joshua Goins 2025-03-23 06:21:44 -04:00
parent 69399dc64e
commit d8971b09cc

View file

@ -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};