From fd99954b54ab4e148a500a5adaf899af221bf03a Mon Sep 17 00:00:00 2001 From: Christopher Michael Date: Sat, 27 Feb 2010 22:10:01 +0000 Subject: [PATCH] Add config src file for config panel module w/ silly menu disabled. SVN revision: 46619 --- config/standard/module.conf.src | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 config/standard/module.conf.src diff --git a/config/standard/module.conf.src b/config/standard/module.conf.src new file mode 100644 index 000000000..336b9e6fc --- /dev/null +++ b/config/standard/module.conf.src @@ -0,0 +1,4 @@ +group "Config" struct { + value "version" int: 65677; + value "menu_augmentation" int: 0; +}