diff options
| author | Michael <[email protected]> | 2017-04-23 14:53:10 -0400 |
|---|---|---|
| committer | Michael <[email protected]> | 2017-04-23 14:53:10 -0400 |
| commit | e833a9bf2751f16d8614af9aa20f5b9bec3d81a8 (patch) | |
| tree | 2bed17163caeb9f417394d91b741d6c7d6766a8c /ShiftOS_TheReturn/Commands.cs | |
| parent | ba0ae29bbb7eee83c5a4969316d97b43b5f18ba0 (diff) | |
| download | shiftos_thereturn-e833a9bf2751f16d8614af9aa20f5b9bec3d81a8.tar.gz shiftos_thereturn-e833a9bf2751f16d8614af9aa20f5b9bec3d81a8.tar.bz2 shiftos_thereturn-e833a9bf2751f16d8614af9aa20f5b9bec3d81a8.zip | |
FUCKTONS OF SHIFTORIUM WORK
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 0257f11..ce94030 100644 --- a/ShiftOS_TheReturn/Commands.cs +++ b/ShiftOS_TheReturn/Commands.cs @@ -612,7 +612,7 @@ shiftorium.buy{{upgrade:""{upg.ID}""}}"); cat = args["cat"].ToString(); } - Dictionary<string, int> upgrades = new Dictionary<string, int>(); + Dictionary<string, long> upgrades = new Dictionary<string, long>(); int maxLength = 5; IEnumerable<ShiftoriumUpgrade> upglist = Shiftorium.GetAvailable(); |
