Fixes #1241
This commit is contained in:
parent
23991600b6
commit
ffa64e4474
2 changed files with 11 additions and 3 deletions
|
|
@ -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());
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue