Skip to content
This repository has been archived by the owner on Jul 30, 2020. It is now read-only.

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Bl4ckSh4rk committed Jul 29, 2020
1 parent 3b050d5 commit f279b2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GSClockReset/Password.cs
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ public static ushort GetPassword(string Name, int TID, int Money, bool Korean =
throw new ArgumentOutOfRangeException("TID", TID, "Expected a value between 0 and 65535.");

if (Money < 0 || Money > 999999)
throw new ArgumentOutOfRangeException("TID", Money, "Expected a value between 0 and 999999."); ;
throw new ArgumentOutOfRangeException("Money", Money, "Expected a value between 0 and 999999."); ;


ushort pass = 0;
Expand Down

0 comments on commit f279b2b

Please sign in to comment.