aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS_TheReturn
diff options
context:
space:
mode:
authorRylan/wowmom98 <[email protected]>2017-05-02 22:12:00 -0400
committerRylan/wowmom98 <[email protected]>2017-05-02 22:12:00 -0400
commit3488ac86fb85553e5eaad0d7dff64bc5f0e260a0 (patch)
tree672aeffee04097e323259ac67fde0b3ebd68c4f9 /ShiftOS_TheReturn
parent8381c825b1c6d4d47af23e9461ece4f4a1f88cc5 (diff)
downloadshiftos_thereturn-3488ac86fb85553e5eaad0d7dff64bc5f0e260a0.tar.gz
shiftos_thereturn-3488ac86fb85553e5eaad0d7dff64bc5f0e260a0.tar.bz2
shiftos_thereturn-3488ac86fb85553e5eaad0d7dff64bc5f0e260a0.zip
did something to get more codepoints
Diffstat (limited to 'ShiftOS_TheReturn')
-rw-r--r--ShiftOS_TheReturn/Commands.cs2
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;
}