diff options
author | Alystrasz <contact@remyraes.com> | 2022-09-27 23:37:45 +0200 |
---|---|---|
committer | Alystrasz <contact@remyraes.com> | 2022-09-27 23:37:45 +0200 |
commit | 3fbff7947f206561d3dde7ad01b8712ee7c59311 (patch) | |
tree | 4e873dbf3de0d1a59ba16fcdf3a283f54865d5f6 /src-vue | |
parent | 238e340ffb4d1af175e29567a772a0790174fdff (diff) | |
download | FlightCore-3fbff7947f206561d3dde7ad01b8712ee7c59311.tar.gz FlightCore-3fbff7947f206561d3dde7ad01b8712ee7c59311.zip |
fix: do not try to run game after installing Northstar
Diffstat (limited to 'src-vue')
-rw-r--r-- | src-vue/src/plugins/store.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src-vue/src/plugins/store.ts b/src-vue/src/plugins/store.ts index 62d6f3ff..6ed0b522 100644 --- a/src-vue/src/plugins/store.ts +++ b/src-vue/src/plugins/store.ts @@ -55,6 +55,7 @@ export const store = createStore({ }); _get_northstar_version_number(state); + return; } // Show an error message if Origin is not running. |