mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Merge branch 'fix_possess_crash' into 'master'
fix_possess_crash See merge request veloren/veloren!3786
This commit is contained in:
commit
0b9f518287
@ -448,6 +448,7 @@ pub fn handle_possess(server: &mut Server, possessor_uid: Uid, possessee_uid: Ui
|
||||
state.notify_players(remove_player_msg);
|
||||
state.notify_players(add_player_msg);
|
||||
}
|
||||
drop(admins);
|
||||
|
||||
// Put possess item into loadout
|
||||
let mut inventories = ecs.write_storage::<Inventory>();
|
||||
|
Loading…
Reference in New Issue
Block a user