Commit e9bc5444 authored by nanahira's avatar nanahira

Merge branch 'develop' into server-develop

parents 61477d92 f9e07d8a
......@@ -72,7 +72,7 @@ boolOptions = {
}
for _, boolOption in ipairs(boolOptions) do
newoption { trigger = boolOption, category = "YGOPro - Koishi", description = "" }
newoption { trigger = boolOption, category = "YGOPro - options", description = "" }
end
numberOptions = {
......@@ -84,7 +84,7 @@ numberOptions = {
}
for _, numberOption in ipairs(numberOptions) do
newoption { trigger = numberOption, category = "YGOPro - Koishi", description = "", value = "NUMBER" }
newoption { trigger = numberOption, category = "YGOPro - options", description = "", value = "NUMBER" }
end
function GetParam(param)
......
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