Skip to content

Commit

Permalink
Fix field information
Browse files Browse the repository at this point in the history
  • Loading branch information
swoolcock committed Jul 7, 2024
1 parent 3fba9dc commit edf0d8b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Loenn/consts.lua
Original file line number Diff line number Diff line change
Expand Up @@ -37,16 +37,16 @@ local consts = {
}
end,
vvvvvvMode = {
editable = false,
options = {
editable = false,
{"Trigger-based", 0},
{"Off", 1},
{"On", 2},
},
},
fallType = {
editable = false,
options = {
editable = false,
{"None", 0},
{"Down", 1},
{"Up", 2},
Expand Down

0 comments on commit edf0d8b

Please sign in to comment.