mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-31 09:02:41 +01:00
ACTUALLY LOAD THE CUSTOM COMMANDS WTFFFF
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user