mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-30 04:13:40 +01:00
comment out command handler in Hey, Dalamud!
This commit is contained in:
parent
be1e5be02d
commit
7c3b33be25
1 changed files with 1 additions and 1 deletions
|
|
@ -238,7 +238,7 @@ public class HeyDalamudPlugin : IFoolsPlugin
|
||||||
if (!string.IsNullOrEmpty(responseObject.Command))
|
if (!string.IsNullOrEmpty(responseObject.Command))
|
||||||
{
|
{
|
||||||
Log.Information("[REC] Executing command: {0}", responseObject.Command);
|
Log.Information("[REC] Executing command: {0}", responseObject.Command);
|
||||||
this.commandManager.ProcessCommand(responseObject.Command);
|
//this.commandManager.ProcessCommand(responseObject.Command);
|
||||||
}
|
}
|
||||||
} finally
|
} finally
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue