mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
fix rule button panic
This commit is contained in:
parent
99154897b2
commit
e9d61c2d34
@ -169,6 +169,8 @@ impl PlayState for CharSelectionState {
|
||||
let server_info = client.server_info().clone();
|
||||
let server_description = client.server_description().clone();
|
||||
|
||||
drop(client);
|
||||
|
||||
let char_select =
|
||||
CharSelectionState::new(global_state, Rc::clone(&self.client));
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user