summaryrefslogtreecommitdiff
path: root/TrainerMod
diff options
context:
space:
mode:
authorZoryn Aaron <zoryn4163@gmail.com>2016-03-02 23:38:51 -0500
committerZoryn Aaron <zoryn4163@gmail.com>2016-03-02 23:38:51 -0500
commit250559d227fa3a8148ad97d75a725ed0a47a0f4f (patch)
treee803066b2054ddfeed43ad75819026e18f246be8 /TrainerMod
parent47fecbd81eeecd9244ee2384f99bc224d5475029 (diff)
downloadSMAPI-250559d227fa3a8148ad97d75a725ed0a47a0f4f.tar.gz
SMAPI-250559d227fa3a8148ad97d75a725ed0a47a0f4f.tar.bz2
SMAPI-250559d227fa3a8148ad97d75a725ed0a47a0f4f.zip
we can have more than 2 args in a command, c'mon brain
Diffstat (limited to 'TrainerMod')
-rw-r--r--TrainerMod/TrainerMod.cs1
-rw-r--r--TrainerMod/bin/Debug/TrainerMod.dllbin23040 -> 23552 bytes
-rw-r--r--TrainerMod/obj/Debug/TrainerMod.dllbin23040 -> 23552 bytes
3 files changed, 1 insertions, 0 deletions
diff --git a/TrainerMod/TrainerMod.cs b/TrainerMod/TrainerMod.cs
index a9896aac..86b03673 100644
--- a/TrainerMod/TrainerMod.cs
+++ b/TrainerMod/TrainerMod.cs
@@ -602,6 +602,7 @@ namespace TrainerMod
int quality = 0;
if (cmd.CalledArgs.Length > 1)
{
+ Console.WriteLine(cmd.CalledArgs[1]);
if (cmd.CalledArgs[1].IsInt32())
{
count = cmd.CalledArgs[1].AsInt32();
diff --git a/TrainerMod/bin/Debug/TrainerMod.dll b/TrainerMod/bin/Debug/TrainerMod.dll
index 2ca9ad54..9fc10782 100644
--- a/TrainerMod/bin/Debug/TrainerMod.dll
+++ b/TrainerMod/bin/Debug/TrainerMod.dll
Binary files differ
diff --git a/TrainerMod/obj/Debug/TrainerMod.dll b/TrainerMod/obj/Debug/TrainerMod.dll
index 2ca9ad54..9fc10782 100644
--- a/TrainerMod/obj/Debug/TrainerMod.dll
+++ b/TrainerMod/obj/Debug/TrainerMod.dll
Binary files differ