From 250559d227fa3a8148ad97d75a725ed0a47a0f4f Mon Sep 17 00:00:00 2001 From: Zoryn Aaron Date: Wed, 2 Mar 2016 23:38:51 -0500 Subject: we can have more than 2 args in a command, c'mon brain --- TrainerMod/TrainerMod.cs | 1 + TrainerMod/bin/Debug/TrainerMod.dll | Bin 23040 -> 23552 bytes TrainerMod/obj/Debug/TrainerMod.dll | Bin 23040 -> 23552 bytes 3 files changed, 1 insertion(+) (limited to 'TrainerMod') 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 Binary files a/TrainerMod/bin/Debug/TrainerMod.dll and b/TrainerMod/bin/Debug/TrainerMod.dll differ diff --git a/TrainerMod/obj/Debug/TrainerMod.dll b/TrainerMod/obj/Debug/TrainerMod.dll index 2ca9ad54..9fc10782 100644 Binary files a/TrainerMod/obj/Debug/TrainerMod.dll and b/TrainerMod/obj/Debug/TrainerMod.dll differ -- cgit