mirror of
https://github.com/jie65535/GrasscutterCommandGenerator.git
synced 2025-10-20 19:39:47 +08:00
Fix /scene
command
This commit is contained in:
@@ -102,11 +102,11 @@ namespace GrasscutterTools.Pages
|
||||
{
|
||||
if (CommandVersion.Check(CommandVersion.V1_2_2))
|
||||
{
|
||||
SetCommand("/scene", id.ToString());
|
||||
SetCommand("/tp", $"0 400 0 {id}");
|
||||
}
|
||||
else
|
||||
{
|
||||
SetCommand("/tp ~ ~ ~", id.ToString());
|
||||
SetCommand("/scene", id.ToString());
|
||||
}
|
||||
}
|
||||
else if (RbListDungeons.Checked)
|
||||
|
Reference in New Issue
Block a user