diff options
Diffstat (limited to 'conf-tmpl')
-rw-r--r-- | conf-tmpl/Changelog.txt | 3 | ||||
-rw-r--r-- | conf-tmpl/battle/gm.conf | 3 |
2 files changed, 3 insertions, 3 deletions
diff --git a/conf-tmpl/Changelog.txt b/conf-tmpl/Changelog.txt index add9ff445..ca930252b 100644 --- a/conf-tmpl/Changelog.txt +++ b/conf-tmpl/Changelog.txt @@ -1,5 +1,8 @@ Date Added
+2006/09/25
+ * Removed config setting allow_atcommand_when_mute as it's no longer used
+ (see manner_system in misc.conf for it's replacement) [Skotlex]
2006/09/19
* Removed setting ban_spoof_namer (as now invalid chat packets just cause
the sending character to be disconnected). [Skotlex]
diff --git a/conf-tmpl/battle/gm.conf b/conf-tmpl/battle/gm.conf index cbc25e212..9f627571c 100644 --- a/conf-tmpl/battle/gm.conf +++ b/conf-tmpl/battle/gm.conf @@ -82,9 +82,6 @@ hack_info_GM_level: 60 // default: 20 (first level after normal player or super'normal' player)
any_warp_GM_min_level: 20
-// Allow GM commands to be used when muted?
-allow_atcommand_when_mute: yes
-
// The minimum level for a GM to be unable to distribyte items.
// You should set this to the same level @item is set to in the atcommand.conf
// NEVER SET THIS VALUE TO 0, or you will block drop/trade for normal players
|