From 463fdfdaab56aa8b81b07fffa1c8c8d27d9807fc Mon Sep 17 00:00:00 2001 From: uye <99072975+ABA2396@users.noreply.github.com> Date: Mon, 5 Aug 2024 23:04:26 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E8=BF=9C=E7=A8=8B=E6=8E=A7=E5=88=B6?= =?UTF-8?q?=E9=A2=86=E5=8F=96=E5=A5=96=E5=8A=B1=E4=BA=8B=E4=BB=B6=E6=8A=A5?= =?UTF-8?q?=E9=94=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit fix #10097 --- src/MaaWpfGui/Services/RemoteControl/RemoteControlService.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/MaaWpfGui/Services/RemoteControl/RemoteControlService.cs b/src/MaaWpfGui/Services/RemoteControl/RemoteControlService.cs index 8ed07e0fa2..a467832396 100644 --- a/src/MaaWpfGui/Services/RemoteControl/RemoteControlService.cs +++ b/src/MaaWpfGui/Services/RemoteControl/RemoteControlService.cs @@ -636,7 +636,7 @@ namespace MaaWpfGui.Services.RemoteControl break; case "Mission": - taskRet &= InvokeInstanceFunction(Instances.TaskQueueViewModel, "AppendAward"); + taskRet &= InvokeStaticFunction(Instances.TaskQueueViewModel.GetType(), "AppendAward"); break; case "AutoRoguelike":