mirror of
https://github.com/griffi-gh/kubi.git
synced 2024-11-10 01:28:41 -06:00
remove irrelevant comment
This commit is contained in:
parent
5009ce1cfb
commit
e29ca7d202
|
@ -112,7 +112,6 @@ fn update() -> Workload {
|
|||
).into_sequential_workload().run_if(is_ingame_or_loading).tag("game_init"),
|
||||
(
|
||||
update_networking,
|
||||
//I don't know why skip_if_missing_unique is required??
|
||||
).into_sequential_workload().run_if(is_multiplayer).tag("networking"),
|
||||
(
|
||||
switch_to_loading_if_connected
|
||||
|
|
Loading…
Reference in a new issue