Commit 2d8ef512 authored by nanahira's avatar nanahira

fix default-duel-rule thing

parent f9e07d8a
Pipeline #27254 passed with stages
in 6 minutes and 21 seconds
...@@ -58,7 +58,6 @@ boolOptions = { ...@@ -58,7 +58,6 @@ boolOptions = {
"compat-mycard", "compat-mycard",
"no-lua-safe", "no-lua-safe",
"message-debug", "message-debug",
"default-duel-rule",
"no-side-check", "no-side-check",
} }
...@@ -67,7 +66,7 @@ for _, boolOption in ipairs(boolOptions) do ...@@ -67,7 +66,7 @@ for _, boolOption in ipairs(boolOptions) do
end end
numberOptions = { numberOptions = {
"default-rule", "default-duel-rule",
"max-deck", "max-deck",
"min-deck", "min-deck",
"max-extra", "max-extra",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment