[11965] Tweak comment about default config values

This commit is contained in:
Schmoozerd 2012-04-15 23:35:49 +02:00
parent 8c29893310
commit f817a939e2
2 changed files with 3 additions and 3 deletions

View file

@ -142,8 +142,8 @@ BindIP = "0.0.0.0"
# vmap.enableHeight
# Enable/Disable VMaps support for line of sight and height calculation
# You need to extract the VMaps in order to enable those options
# Default: 0 (disable)
# 1 (enable)
# Default: 1 (enable)
# 0 (disable)
#
# vmap.ignoreSpellIds
# These spells are ignored for LoS calculation

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "11964"
#define REVISION_NR "11965"
#endif // __REVISION_NR_H__