mirror of
https://github.com/mangosfour/server.git
synced 2025-12-17 07:37:03 +00:00
[12754] mmaps disabled by default
This commit is contained in:
parent
7c62172bf0
commit
26f745b8c5
2 changed files with 2 additions and 2 deletions
|
|
@ -218,7 +218,7 @@ vmap.ignoreSpellIds = "7720"
|
|||
vmap.enableIndoorCheck = 1
|
||||
DetectPosCollision = 1
|
||||
TargetPosRecalculateRange = 1.5
|
||||
mmap.enabled = 1
|
||||
mmap.enabled = 0
|
||||
mmap.ignoreMapIds = ""
|
||||
UpdateUptimeInterval = 10
|
||||
MaxCoreStuckTime = 0
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#ifndef __REVISION_NR_H__
|
||||
#define __REVISION_NR_H__
|
||||
#define REVISION_NR "12753"
|
||||
#define REVISION_NR "12754"
|
||||
#endif // __REVISION_NR_H__
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue