DEVELOPMENT ENVIRONMENT

~liljamo/deck-builder

8a4aaa84f011949ee415cab2e93e70fbc2bd9df5 — Jonni Liljamo 1 year, 9 months ago 91b9f27
Fix comment
1 files changed, 1 insertions(+), 1 deletions(-)

M sdbclient/src/plugins/connection_check/mod.rs
M sdbclient/src/plugins/connection_check/mod.rs => sdbclient/src/plugins/connection_check/mod.rs +1 -1
@@ 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);
    }