mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-25 14:06:41 +01:00
Fixes custom commands success return typo
This commit is contained in:
@@ -56,7 +56,7 @@ namespace TGServerService
|
||||
protected override ExitCode Run(IList<string> parameters)
|
||||
{
|
||||
var res = Instance.SendCommand(String.Format("{0};sender={1};custom={2}", Keyword, CommandInfo.Value.Speaker, String.Join(" ", parameters)));
|
||||
if (res != "SUCESS" && !String.IsNullOrWhiteSpace(res))
|
||||
if (res != "SUCCESS" && !String.IsNullOrWhiteSpace(res))
|
||||
OutputProc(res);
|
||||
return ExitCode.Normal;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user