diff options
| author | dam <dam@gudinoff> | 2022-02-10 09:36:57 +0000 |
|---|---|---|
| committer | dam <dam@gudinoff> | 2022-02-10 09:36:57 +0000 |
| commit | 02ad9ef6c1e4523d0a3bcc034408fa6967233449 (patch) | |
| tree | 06c5edae56197f71159896bd8f45a9e43eb0d812 /logic/stage.gd | |
| parent | bfa4fe480ecb9ba4f4ce69788362ba61ce2144c1 (diff) | |
| download | surgery-log-02ad9ef6c1e4523d0a3bcc034408fa6967233449.tar.zst surgery-log-02ad9ef6c1e4523d0a3bcc034408fa6967233449.zip | |
Sort option sets alphabetically.
Diffstat (limited to 'logic/stage.gd')
| -rw-r--r-- | logic/stage.gd | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/logic/stage.gd b/logic/stage.gd index 6f46489..66d6d6d 100644 --- a/logic/stage.gd +++ b/logic/stage.gd @@ -85,6 +85,7 @@ func get_option_sets(field: String): if options.size() == 0: options.append(OPTION_SETS_NOT_AVAILABLE) + options.sort() return options |
