Skip to content

Commit 36c8479

Browse files
committed
feat:一点小更新试验工作流是否可以使用
1 parent 918c841 commit 36c8479

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Mods/ChatCommand/ModEntry.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ private void TestCommand(string arg1, string[] arg2)
178178

179179
public void InvokeCommand(string command)
180180
{
181-
Monitor.Log("InvokeCommand", LogLevel.Debug);
181+
Monitor.Log($"InvokeCommand {command}", LogLevel.Debug);
182182
cmdinvoker.InvokeCommand(command, new string[] {});
183183
}
184184
}

0 commit comments

Comments
 (0)