mirror of
https://github.com/griffi-gh/kubi.git
synced 2024-12-25 05:08:21 -06:00
change comment
This commit is contained in:
parent
8aa4de1e4c
commit
1bb785df1d
|
@ -111,7 +111,7 @@ pub fn update_networking() -> Workload {
|
|||
(
|
||||
check_server_hello_response,
|
||||
).into_workload().run_if(is_join_state::<{ClientJoinState::Connected as u8}>)
|
||||
).into_sequential_workload() //Fixes
|
||||
).into_sequential_workload() //HACK Weird issues with shipyard removed
|
||||
}
|
||||
|
||||
pub fn disconnect_on_exit(
|
||||
|
|
Loading…
Reference in a new issue