mirror of
https://github.com/jie65535/GrasscutterCommandGenerator.git
synced 2025-06-07 22:59:14 +08:00
Fix /scene
command
This commit is contained in:
parent
da47941564
commit
50a30331e5
@ -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)
|
||||||
|
Loading…
Reference in New Issue
Block a user