mirror of
https://github.com/jie65535/GrasscutterCommandGenerator.git
synced 2025-06-07 22:59:14 +08:00
Update /at
to /snoospawn
This commit is contained in:
parent
111a98a916
commit
bcfb23a8fb
@ -1510,7 +1510,7 @@ namespace GrasscutterTools.Forms
|
||||
/// </summary>
|
||||
private void OnAttackInfusedCommand(object sender, EventArgs e)
|
||||
{
|
||||
SetCommand("/at", (sender as Control).Tag as string);
|
||||
SetCommand("/snoospawn", (sender as Control).Tag as string);
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
@ -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}");
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user