From 33da7d89d6cd4b45fecfad1c9d48140f956a617e Mon Sep 17 00:00:00 2001 From: Azumgi Date: Sat, 27 Jan 2018 00:35:04 +0300 Subject: [PATCH] Removed testing options widgets --- vmf_source/scripts/mods/vmf/modules/testing_stuff_here.lua | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/vmf_source/scripts/mods/vmf/modules/testing_stuff_here.lua b/vmf_source/scripts/mods/vmf/modules/testing_stuff_here.lua index 94f7911..d4980b3 100644 --- a/vmf_source/scripts/mods/vmf/modules/testing_stuff_here.lua +++ b/vmf_source/scripts/mods/vmf/modules/testing_stuff_here.lua @@ -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") @@ -104,4 +104,5 @@ local options_widgets = { mod:create_options(options_widgets, true, "Show Damage", "Mod description") local mod = new_mod("test_mod6") - mod:create_options(options_widgets, true, "Kick & Ban", "Mod description") \ No newline at end of file + mod:create_options(options_widgets, true, "Kick & Ban", "Mod description") + ]] \ No newline at end of file