From bcfb23a8fb45c9f88901aaa873671f7cdeed9c59 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=AD=B1=E5=82=91?= Date: Wed, 9 Nov 2022 12:20:42 +0800 Subject: [PATCH] Update `/at` to `/snoospawn` --- Source/GrasscutterTools/Forms/FormMain.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Source/GrasscutterTools/Forms/FormMain.cs b/Source/GrasscutterTools/Forms/FormMain.cs index b49eec4..3291b6a 100644 --- a/Source/GrasscutterTools/Forms/FormMain.cs +++ b/Source/GrasscutterTools/Forms/FormMain.cs @@ -1510,7 +1510,7 @@ namespace GrasscutterTools.Forms /// private void OnAttackInfusedCommand(object sender, EventArgs e) { - SetCommand("/at", (sender as Control).Tag as string); + SetCommand("/snoospawn", (sender as Control).Tag as string); } /// @@ -1539,7 +1539,7 @@ namespace GrasscutterTools.Forms ConnectArg(NUDAiwiCount); ConnectArg(NUDAiwiHeight); ConnectArg(NUDAiwiRadius); - SetCommand("/at", id.ToString() + args); + SetCommand("/snoospawn", id.ToString() + args); //SetCommand("/at", $"{id} {NUDAiwiRadius.Value} {NUDAiwiHeight.Value} {NUDAiwiCount.Value} {NUDAiwiSpread.Value} {NUDAiwiRotateX.Value} {NUDAiwiRotateY.Value} {NUDAiwiRotateZ.Value}"); }