Fix async command responses (#393)
Fix logs not being written for invalid IL
This commit is contained in:
@@ -18,7 +18,7 @@ namespace Torch.API.Managers
|
||||
/// <summary>
|
||||
/// Represents a scripted or user chat message.
|
||||
/// </summary>
|
||||
public struct TorchChatMessage
|
||||
public readonly struct TorchChatMessage
|
||||
{
|
||||
private const string DEFAULT_FONT = MyFontEnum.Blue;
|
||||
|
||||
|
Reference in New Issue
Block a user