mirror of
https://github.com/jie65535/GrasscutterCommandGenerator.git
synced 2025-06-07 22:59:14 +08:00
Update change scene command
This commit is contained in:
parent
f34e97c8c8
commit
12b8608a16
@ -860,8 +860,13 @@ namespace GrasscutterTools.Forms
|
||||
return;
|
||||
}
|
||||
ChkIncludeSceneId.Enabled = true;
|
||||
var id = GameData.Scenes.Ids[ListScenes.SelectedIndex];
|
||||
SetCommand("/changescene", id.ToString());
|
||||
|
||||
// 新的命令不再支持changescene,已合并到tp中
|
||||
if (!ChkNewCommand.Checked)
|
||||
{
|
||||
var id = GameData.Scenes.Ids[ListScenes.SelectedIndex];
|
||||
SetCommand("/changescene", id.ToString());
|
||||
}
|
||||
}
|
||||
|
||||
static readonly string[] climateTypes = { "none", "sunny", "cloudy", "rain", "thunderstorm", "snow", "mist" };
|
||||
|
Loading…
Reference in New Issue
Block a user