mirror of
https://git.alee14.me/shiftos-archive/ShiftOS_TheReturn.git
synced 2025-01-23 02:12:14 +00:00
did something to get more codepoints
This commit is contained in:
parent
8381c825b1
commit
3488ac86fb
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue