mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
fmt after rebase
This commit is contained in:
parent
b8af76deff
commit
a976aa3f40
@ -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();
|
||||
|
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user