From d956a7b223fdeeea0ed12a4e2eb1ed1ba2a4fb25 Mon Sep 17 00:00:00 2001 From: Efreak Date: Mon, 27 Feb 2017 13:33:10 -0800 Subject: typo fix a typo preventing usage of player_setstamina --- src/TrainerMod/TrainerMod.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/TrainerMod/TrainerMod.cs b/src/TrainerMod/TrainerMod.cs index 1690d5b5..a1eef561 100644 --- a/src/TrainerMod/TrainerMod.cs +++ b/src/TrainerMod/TrainerMod.cs @@ -181,7 +181,7 @@ namespace TrainerMod this.LogValueNotSpecified(); break; - case "playet_setstamina": + case "player_setstamina": if (args.Any()) { string amountStr = args[0]; -- cgit