diff options
author | mekolat <mekolat@users.noreply.github.com> | 2015-05-07 13:49:33 -0400 |
---|---|---|
committer | mekolat <mekolat@users.noreply.github.com> | 2015-05-07 13:49:33 -0400 |
commit | 85057efe2b9d3a68f4f151b8de9e1a587cf3fae2 (patch) | |
tree | 114d0b156053b6f9ff395a9173d77c8ce85a43a9 /tools/config.py | |
parent | d582d06bfb0ea3239d1c61b355ab3427318e915d (diff) | |
download | tmwa-85057efe2b9d3a68f4f151b8de9e1a587cf3fae2.tar.gz tmwa-85057efe2b9d3a68f4f151b8de9e1a587cf3fae2.tar.bz2 tmwa-85057efe2b9d3a68f4f151b8de9e1a587cf3fae2.tar.xz tmwa-85057efe2b9d3a68f4f151b8de9e1a587cf3fae2.zip |
death to the motd!!!11one11
Diffstat (limited to 'tools/config.py')
-rwxr-xr-x | tools/config.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/config.py b/tools/config.py index aeb4e99..583904a 100755 --- a/tools/config.py +++ b/tools/config.py @@ -573,7 +573,6 @@ def build_config(): map_conf.opt('npc', addnpc, '{}') map_conf.opt('delnpc', delnpc, '{}') map_conf.opt('autosave_time', seconds, 'DEFAULT_AUTOSAVE_INTERVAL', {map_h}) - map_conf.opt('motd_txt', RString, lit('conf/motd.txt')) map_conf.opt('mapreg_txt', RString, lit('save/mapreg.txt')) map_conf.opt('gm_log', RString, '{}') map_conf.opt('log_file', RString, '{}') |