We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1871bbb commit be93e22Copy full SHA for be93e22
Loki/Skill.cs
@@ -42,7 +42,7 @@ private static string GetSkillName(SkillType type)
42
SkillType.Swim => Properties.Resources.Swim,
43
SkillType.Ride => Properties.Resources.Riding,
44
SkillType.All => Properties.Resources.All,
45
- _ => throw new ArgumentOutOfRangeException(nameof(type), type, "Unrecognised skill type"),
+ //_ => throw new ArgumentOutOfRangeException(nameof(type), type, "Unrecognised skill type"),
46
};
47
48
public SkillType Type { get; }
0 commit comments