Merge branch 'juliancoffee/asset_entity' into 'master'

EntityInfo assetization.

See merge request veloren/veloren!2382
This commit is contained in:
Marcel
2021-06-14 12:56:28 +00:00
82 changed files with 1627 additions and 1496 deletions

View File

@ -1005,7 +1005,7 @@ fn handle_spawn(
);
let body = body();
let loadout = LoadoutBuilder::build_loadout(body, None, None, None).build();
let loadout = LoadoutBuilder::from_default(&body).build();
let inventory = Inventory::new_with_loadout(loadout);
let mut entity_base = server