diff options
Diffstat (limited to 'conf')
-rw-r--r-- | conf/map/battle/feature.conf | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/conf/map/battle/feature.conf b/conf/map/battle/feature.conf index b6d8e161..ea0a5e54 100644 --- a/conf/map/battle/feature.conf +++ b/conf/map/battle/feature.conf @@ -32,11 +32,11 @@ features: { // Buying store (Note 1) // Requires: 2010-04-27aRagexeRE or later - buying_store: true + buying_store: false // Search stores (Note 1) // Requires: 2010-08-03aRagexeRE or later - search_stores: true + search_stores: false // Atcommand suggestions (Note 1) // If one type incomplete atcommand, it will suggest the complete ones. @@ -79,7 +79,7 @@ features: { // Enable Attendance System for clients >= 2018-03-07bRagexeRE or 2018-04-04bRagexe or 2018-04-11aRagexe_zero // true: enable (Default) // false: disable - enable_attendance_system: true + enable_attendance_system: false // Attendance End time in the format YearMonthDay feature_attendance_endtime: 20180331 |