diff options
| author | Rylan/wowmom98 <[email protected]> | 2017-05-02 22:12:00 -0400 |
|---|---|---|
| committer | Rylan/wowmom98 <[email protected]> | 2017-05-02 22:12:00 -0400 |
| commit | 3488ac86fb85553e5eaad0d7dff64bc5f0e260a0 (patch) | |
| tree | 672aeffee04097e323259ac67fde0b3ebd68c4f9 /ShiftOS_TheReturn/Commands.cs | |
| parent | 8381c825b1c6d4d47af23e9461ece4f4a1f88cc5 (diff) | |
| download | shiftos_thereturn-3488ac86fb85553e5eaad0d7dff64bc5f0e260a0.tar.gz shiftos_thereturn-3488ac86fb85553e5eaad0d7dff64bc5f0e260a0.tar.bz2 shiftos_thereturn-3488ac86fb85553e5eaad0d7dff64bc5f0e260a0.zip | |
did something to get more codepoints
Diffstat (limited to 'ShiftOS_TheReturn/Commands.cs')
| -rw-r--r-- | ShiftOS_TheReturn/Commands.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ShiftOS_TheReturn/Commands.cs b/ShiftOS_TheReturn/Commands.cs index 87aacd6..57d1d34 100644 --- a/ShiftOS_TheReturn/Commands.cs +++ b/ShiftOS_TheReturn/Commands.cs @@ -283,7 +283,7 @@ namespace ShiftOS.Engine if (args.ContainsKey("amount")) try { - int codepointsToAdd = Convert.ToInt32(args["amount"].ToString()); + Int64 codepointsToAdd = Convert.ToInt64(args["amount"].ToString()); SaveSystem.TransferCodepointsFrom("dev", codepointsToAdd); return true; } |
