summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/config/core.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config/core.h b/src/config/core.h
index a22d47324..a6f2e14d2 100644
--- a/src/config/core.h
+++ b/src/config/core.h
@@ -31,7 +31,7 @@
/// The official walkpath disables users from taking non-clear walk paths,
/// e.g. if they want to get around an obstacle they have to walk around it,
/// while with OFFICIAL_WALKPATH disabled if they click to walk around a obstacle the server will do it automatically
-#define OFFICIAL_WALKPATH
+//#define OFFICIAL_WALKPATH
/// leave this line uncommented to enable callfunc checks when processing scripts.
/// while allowed, the script engine will attempt to match user-defined functions