mirror of
https://github.com/mangosfour/server.git
synced 2025-12-14 07:37:01 +00:00
[11965] Tweak comment about default config values
This commit is contained in:
parent
8c29893310
commit
f817a939e2
2 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#ifndef __REVISION_NR_H__
|
||||
#define __REVISION_NR_H__
|
||||
#define REVISION_NR "11964"
|
||||
#define REVISION_NR "11965"
|
||||
#endif // __REVISION_NR_H__
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue