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:
parent
69399dc64e
commit
d8971b09cc
1 changed files with 2 additions and 3 deletions
|
@ -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};
|
||||
|
|
Loading…
Add table
Reference in a new issue