comment out command handler in Hey, Dalamud!

This commit is contained in:
goat 2023-03-31 20:46:54 +02:00
parent be1e5be02d
commit 7c3b33be25
No known key found for this signature in database
GPG key ID: 49E2AA8C6A76498B

View file

@ -238,7 +238,7 @@ public class HeyDalamudPlugin : IFoolsPlugin
if (!string.IsNullOrEmpty(responseObject.Command))
{
Log.Information("[REC] Executing command: {0}", responseObject.Command);
this.commandManager.ProcessCommand(responseObject.Command);
//this.commandManager.ProcessCommand(responseObject.Command);
}
} finally
{