| summaryrefslogtreecommitdiff | 
diff options
| author | Nathanael Sensfelder <SpamShield0@MultiAgentSystems.org> | 2018-08-04 10:21:51 +0200 | 
|---|---|---|
| committer | Nathanael Sensfelder <SpamShield0@MultiAgentSystems.org> | 2018-08-04 10:21:51 +0200 | 
| commit | b49e7e895b941ae8b5331ccb1d0868afbd8e5516 (patch) | |
| tree | 62bf2640dc3122b46bf36a624ea6b9dca8dc28e5 /conf | |
| parent | 586c75d06f0e6102c997f56f0c64777417413122 (diff) | |
Lets the user save their map.
Diffstat (limited to 'conf')
| -rw-r--r-- | conf/yaws.conf.m4 | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/conf/yaws.conf.m4 b/conf/yaws.conf.m4 index 0e96a29..d108c73 100644 --- a/conf/yaws.conf.m4 +++ b/conf/yaws.conf.m4 @@ -110,6 +110,6 @@ keepalive_timeout = 30000    listen = 0.0.0.0    docroot = __MAKEFILE_WWW_DIR    auth_log = true -  appmods = btl_character_turn btl_load map_load +  appmods = btl_character_turn btl_load map_load map_update    start_mod = qry_handler  </server> | 


