mirror of
https://gitlab.com/veloren/veloren.git
synced 2025-07-25 04:42:23 +00:00
fix_possess_crash
This commit is contained in:
@ -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>();
|
||||
|
Reference in New Issue
Block a user