mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-26 06:27:19 +01:00
Fix a bad throw
This commit is contained in:
@@ -885,7 +885,6 @@ namespace Tgstation.Server.Host.Components.Chat
|
||||
catch (OperationCanceledException ex)
|
||||
{
|
||||
logger.LogTrace(ex, "Command processing canceled!");
|
||||
throw;
|
||||
}
|
||||
catch (Exception e)
|
||||
{
|
||||
@@ -898,8 +897,7 @@ namespace Tgstation.Server.Host.Components.Chat
|
||||
{
|
||||
Text = "TGS: Internal error processing command! Check server logs!",
|
||||
},
|
||||
cancellationToken)
|
||||
;
|
||||
cancellationToken);
|
||||
}
|
||||
finally
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user