ACTUALLY LOAD THE CUSTOM COMMANDS WTFFFF

This commit is contained in:
Jordan Brown
2020-04-28 16:17:29 -04:00
parent 3fd6152a43
commit 0a1e762bad
@@ -432,6 +432,9 @@ namespace Tgstation.Server.Host.Components.Watchdog
}
response.RuntimeInformation = reattachInformation.RuntimeInformation;
// Load custom commands
chatTrackingContext.CustomCommands = parameters.CustomCommands.ToList();
break;
case BridgeCommandType.Reboot:
if (ClosePortOnReboot)