fmt after rebase

This commit is contained in:
Imbris 2023-06-03 14:58:06 -04:00
parent b8af76deff
commit a976aa3f40
2 changed files with 2 additions and 4 deletions

View File

@ -2738,9 +2738,7 @@ impl Client {
// Clear pending trade
self.pending_trade = None;
let client_uid = self
.uid()
.expect("Client doesn't have a Uid!!!");
let client_uid = self.uid().expect("Client doesn't have a Uid!!!");
// Clear ecs of all entities
self.state.ecs_mut().delete_all();

View File

@ -14,7 +14,7 @@ use common::{
link::Is,
mounting::{Mount, Rider, VolumePos, VolumeRider},
terrain::{Block, TerrainGrid, UnlockKind},
uid::{Uid, IdMaps},
uid::{IdMaps, Uid},
util::find_dist::{Cube, Cylinder, FindDist},
vol::ReadVol,
CachedSpatialGrid,