Removed testing options widgets

This commit is contained in:
Azumgi 2018-01-27 00:35:04 +03:00
parent ead164f048
commit 33da7d89d6

View file

@ -88,7 +88,7 @@ local options_widgets = {
["default_value"] = true -- Default first option is enabled. In this case Below ["default_value"] = true -- Default first option is enabled. In this case Below
} }
} }
--[[
mod:create_options(options_widgets, true, "Salvage on the Loottable", "Mod description") mod:create_options(options_widgets, true, "Salvage on the Loottable", "Mod description")
local mod = new_mod("test_mod2") local mod = new_mod("test_mod2")
@ -105,3 +105,4 @@ local options_widgets = {
local mod = new_mod("test_mod6") local mod = new_mod("test_mod6")
mod:create_options(options_widgets, true, "Kick & Ban", "Mod description") mod:create_options(options_widgets, true, "Kick & Ban", "Mod description")
]]