summaryrefslogtreecommitdiff
path: root/TrainerMod/TrainerMod.cs
diff options
context:
space:
mode:
Diffstat (limited to 'TrainerMod/TrainerMod.cs')
-rw-r--r--TrainerMod/TrainerMod.cs4
1 files changed, 1 insertions, 3 deletions
diff --git a/TrainerMod/TrainerMod.cs b/TrainerMod/TrainerMod.cs
index 9f918ce4..e2482c5d 100644
--- a/TrainerMod/TrainerMod.cs
+++ b/TrainerMod/TrainerMod.cs
@@ -762,12 +762,10 @@ namespace TrainerMod
static void RegisterNewItem(object sender, EventArgsCommand e)
{
#if DEBUG
- Log.Error("Experimental code cannot be run in user mode.");
- return;
-#endif
SObject s = SGame.PullModItemFromDict(0, true);
s.Stack = 999;
Game1.player.addItemToInventory(s);
+#endif
}
}
}