summaryrefslogtreecommitdiff
path: root/conf-tmpl
diff options
context:
space:
mode:
authorskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-09-25 15:08:26 +0000
committerskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-09-25 15:08:26 +0000
commit18f01d4f113b8ac7430946688292011c5fc3c2fb (patch)
treeb76f7c16e46fc00e717299a2bb178af735b34a94 /conf-tmpl
parent38b486e1074537b27f6c523b3f79d47128dfcdf6 (diff)
downloadhercules-18f01d4f113b8ac7430946688292011c5fc3c2fb.tar.gz
hercules-18f01d4f113b8ac7430946688292011c5fc3c2fb.tar.bz2
hercules-18f01d4f113b8ac7430946688292011c5fc3c2fb.tar.xz
hercules-18f01d4f113b8ac7430946688292011c5fc3c2fb.zip
- Removed config setting allow_atcommand_when_mute as it's no longer used (see manner_system in misc.conf for it's replacement)
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8860 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'conf-tmpl')
-rw-r--r--conf-tmpl/Changelog.txt3
-rw-r--r--conf-tmpl/battle/gm.conf3
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