@@ 21,7 21,7 @@ pub struct ConnectionCheckPlugin;impl Plugin for ConnectionCheckPlugin {
fn build(&self, app: &mut App) {
app
- // Load the splash when we enter the Splash state
+ // Start the check at the start
.add_startup_system(start_connection_check)
.add_system(handle_connection_check);
}