Fix async command responses (#393)

Fix logs not being written for invalid IL
This commit is contained in:
Equinox
2020-07-09 18:06:35 -07:00
committed by GitHub
parent b53194184c
commit e9e446f8ab
5 changed files with 31 additions and 11 deletions

View File

@@ -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;