fix a typo preventing usage of player_setstamina
This commit is contained in:
Efreak 2017-02-27 13:33:10 -08:00 committed by Jesse Plamondon-Willard
parent 529e0dbb84
commit d956a7b223
1 changed files with 1 additions and 1 deletions

View File

@ -181,7 +181,7 @@ namespace TrainerMod
this.LogValueNotSpecified();
break;
case "playet_setstamina":
case "player_setstamina":
if (args.Any())
{
string amountStr = args[0];