Skip to content

Commit be93e22

Browse files
BrandonT80Wufflez
authored andcommitted
Update Skill.cs
1 parent 1871bbb commit be93e22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Loki/Skill.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ private static string GetSkillName(SkillType type)
4242
SkillType.Swim => Properties.Resources.Swim,
4343
SkillType.Ride => Properties.Resources.Riding,
4444
SkillType.All => Properties.Resources.All,
45-
_ => throw new ArgumentOutOfRangeException(nameof(type), type, "Unrecognised skill type"),
45+
//_ => throw new ArgumentOutOfRangeException(nameof(type), type, "Unrecognised skill type"),
4646
};
4747

4848
public SkillType Type { get; }

0 commit comments

Comments
 (0)