mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-30 16:39:21 +01:00
Fix missing ChatCommandsJson
This commit is contained in:
@@ -81,7 +81,7 @@ namespace Tgstation.Server.Host.Components.Interop.Runtime
|
||||
InstanceName = instance?.Name ?? throw new ArgumentNullException(nameof(instance));
|
||||
Revision = revision ?? throw new ArgumentNullException(nameof(revision));
|
||||
ChatChannelsJson = channelsJson ?? throw new ArgumentNullException(nameof(channelsJson));
|
||||
ChatChannelsJson = commandsJson ?? throw new ArgumentNullException(nameof(commandsJson));
|
||||
ChatCommandsJson = commandsJson ?? throw new ArgumentNullException(nameof(commandsJson));
|
||||
SecurityLevel = securityLevel;
|
||||
ServerPort = serverPort;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user