Skip to content

Commit

Permalink
πŸ“ Chore: Optimized.
Browse files Browse the repository at this point in the history
  • Loading branch information
Dynesshely committed Mar 26, 2024
1 parent 647d094 commit edde583
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions KitX.Loader.CSharp/PluginManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,8 @@ public void ReceiveMessage(string message)
{
var kwc = JsonSerializer.Deserialize<Request>(message, serializerOptions);

if (kwc is null) return;

var command = JsonSerializer.Deserialize<Command>(kwc.Content, serializerOptions);

switch (command.Request)
Expand Down

0 comments on commit edde583

Please sign in to comment.