diff options
author | wushin <pasekei@gmail.com> | 2015-01-20 22:53:52 -0600 |
---|---|---|
committer | wushin <pasekei@gmail.com> | 2015-01-20 22:53:52 -0600 |
commit | 1249c6845e4839acfc3b990d7692e081f471497b (patch) | |
tree | ffb36c14f625044d4dff9f9a335b3f0f7b0c5e07 /world/map/conf/map_local.conf.example | |
parent | 3d7fd218c50a39c643245d3520e4bbd314e4f3fa (diff) | |
download | serverdata-1249c6845e4839acfc3b990d7692e081f471497b.tar.gz serverdata-1249c6845e4839acfc3b990d7692e081f471497b.tar.bz2 serverdata-1249c6845e4839acfc3b990d7692e081f471497b.tar.xz serverdata-1249c6845e4839acfc3b990d7692e081f471497b.zip |
Update map_local.conf.example to have proper log_file setting
Diffstat (limited to 'world/map/conf/map_local.conf.example')
-rw-r--r-- | world/map/conf/map_local.conf.example | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/world/map/conf/map_local.conf.example b/world/map/conf/map_local.conf.example index 894a43d3..d4270347 100644 --- a/world/map/conf/map_local.conf.example +++ b/world/map/conf/map_local.conf.example @@ -15,4 +15,4 @@ map_ip: 127.0.0.1 map_port: 5122 // Log of map actions, disabled by default because this is huge. -//map_log: log/map.log +//log_file: log/map.log |