From 0aad4353cfaaa658b349e6b9a2d04d7e9ae974c8 Mon Sep 17 00:00:00 2001 From: David Anderson Date: Fri, 15 Aug 2008 05:33:57 +0000 Subject: [PATCH] Removed debug mode from plugin_settings.cfg. --HG-- extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%402460 --- configs/plugin_settings.cfg | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/configs/plugin_settings.cfg b/configs/plugin_settings.cfg index cf46ae71..edfbbac1 100644 --- a/configs/plugin_settings.cfg +++ b/configs/plugin_settings.cfg @@ -6,14 +6,13 @@ * Available properties for plugins are: * "pause" - Whether or not the plugin should load paused - "yes" or "no" (default) * "lifetime" - Lifetime of the plugin. Options: - * "mapsync" - Plugins should be reloaded on mapchange if changed (default) - * "global" - Plugin will never be unloaded or updated + * "mapsync" - Plugins should be reloaded on mapchange if changed (default) + * "global" - Plugin will never be unloaded or updated * "blockload" - Plugin will always be blocked from loading. Implicit (automatic) loads * produce no error, but explicit (manual) loads will show an error message. * (Options are one of "yes" or "no") * * You can also have an "Options" section declaring options to pass onto the JIT: - * "debug" - Whether or not to load the plugin in debug mode * "profile" - Bit flags for profiling level. Add flags together to reach a value. * WARNING: Profiler is _ALPHA_ software! Use it at your own risk for * development cycles only (not production setups). @@ -32,7 +31,6 @@ "Options" { - "debug" "no" } } }