Fix /scene command

This commit is contained in:
2023-02-08 11:49:33 +08:00
parent da47941564
commit 50a30331e5

View File

@ -102,11 +102,11 @@ namespace GrasscutterTools.Pages
{ {
if (CommandVersion.Check(CommandVersion.V1_2_2)) if (CommandVersion.Check(CommandVersion.V1_2_2))
{ {
SetCommand("/scene", id.ToString()); SetCommand("/tp", $"0 400 0 {id}");
} }
else else
{ {
SetCommand("/tp ~ ~ ~", id.ToString()); SetCommand("/scene", id.ToString());
} }
} }
else if (RbListDungeons.Checked) else if (RbListDungeons.Checked)