mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-30 16:39:21 +01:00
Fix custom chat parameters
This commit is contained in:
@@ -5,7 +5,7 @@ namespace Tgstation.Server.Host.Components.Interop
|
||||
sealed class ChatCommand
|
||||
{
|
||||
public string Command { get; set; }
|
||||
public string Parameters { get; set; }
|
||||
public string Params { get; set; }
|
||||
public User User { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1059,7 +1059,7 @@ namespace Tgstation.Server.Host.Components.Watchdog
|
||||
var commandObject = new ChatCommand
|
||||
{
|
||||
Command = commandName,
|
||||
Parameters = arguments,
|
||||
Params = arguments,
|
||||
User = sender
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user