Removed testing options widgets
This commit is contained in:
parent
ead164f048
commit
33da7d89d6
1 changed files with 3 additions and 2 deletions
|
@ -88,7 +88,7 @@ local options_widgets = {
|
|||
["default_value"] = true -- Default first option is enabled. In this case Below
|
||||
}
|
||||
}
|
||||
|
||||
--[[
|
||||
mod:create_options(options_widgets, true, "Salvage on the Loottable", "Mod description")
|
||||
|
||||
local mod = new_mod("test_mod2")
|
||||
|
@ -105,3 +105,4 @@ local options_widgets = {
|
|||
|
||||
local mod = new_mod("test_mod6")
|
||||
mod:create_options(options_widgets, true, "Kick & Ban", "Mod description")
|
||||
]]
|
Loading…
Add table
Reference in a new issue