diff options
author | PandaNinjas <admin@malwarefight.wip.la> | 2023-06-07 19:37:54 -0400 |
---|---|---|
committer | PandaNinjas <admin@malwarefight.wip.la> | 2023-06-07 19:37:54 -0400 |
commit | 318d11481d719cf537ecdc00f8d676494bab22b6 (patch) | |
tree | 081a070aeeb4ca0f05fceef19eb64d5075edaf04 /launcher/ui/pages/instance/WorldListPage.cpp | |
parent | 5d425ecc025aa1fc4a5292961a5ff1b18a108885 (diff) | |
download | PrismLauncher-318d11481d719cf537ecdc00f8d676494bab22b6.tar.gz PrismLauncher-318d11481d719cf537ecdc00f8d676494bab22b6.tar.bz2 PrismLauncher-318d11481d719cf537ecdc00f8d676494bab22b6.zip |
Resolve other switch fallthrough issues
Diffstat (limited to 'launcher/ui/pages/instance/WorldListPage.cpp')
-rw-r--r-- | launcher/ui/pages/instance/WorldListPage.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/launcher/ui/pages/instance/WorldListPage.cpp b/launcher/ui/pages/instance/WorldListPage.cpp index b6ad159e..b5dc5a17 100644 --- a/launcher/ui/pages/instance/WorldListPage.cpp +++ b/launcher/ui/pages/instance/WorldListPage.cpp @@ -338,6 +338,7 @@ void WorldListPage::mceditState(LoggedProcess::State state) case LoggedProcess::Aborted: { failed = true; + break; } case LoggedProcess::Running: case LoggedProcess::Finished: |