This commit is contained in:
ProfessorXZ 2016-07-19 00:02:52 +02:00
parent 23991600b6
commit ffa64e4474
2 changed files with 11 additions and 3 deletions

View file

@ -1341,7 +1341,7 @@ namespace TShockAPI
}
catch (Exception ex)
{
Log.ConsoleError("An exeption occurred executing a command.");
Log.ConsoleError("An exception occurred executing a command.");
Log.Error(ex.ToString());
}
}