mirror of
https://github.com/griffi-gh/kubi.git
synced 2024-11-10 01:28:41 -06:00
change comment
This commit is contained in:
parent
16e7b7e588
commit
12fee77087
|
@ -111,7 +111,7 @@ pub fn update_networking() -> Workload {
|
||||||
(
|
(
|
||||||
check_server_hello_response,
|
check_server_hello_response,
|
||||||
).into_workload().run_if(is_join_state::<{ClientJoinState::Connected as u8}>)
|
).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(
|
pub fn disconnect_on_exit(
|
||||||
|
|
Loading…
Reference in a new issue