mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Merge branch 'juliancoffee/asset_entity' into 'master'
EntityInfo assetization. See merge request veloren/veloren!2382
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user