Skip to content
This repository has been archived by the owner on May 17, 2024. It is now read-only.

Commit

Permalink
Medium = Unsafe
Browse files Browse the repository at this point in the history
  • Loading branch information
CatboyCoding committed Feb 20, 2020
1 parent c93569f commit 4f89329
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ResourceHubLauncher/MainForm.cs
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ public partial class MainForm : MetroForm {
case 0:
return "Safe";
case 1:
return "Medium";
return "Unsafe";
case 2:
return "Severe";
case 3:
Expand Down

0 comments on commit 4f89329

Please sign in to comment.