diff options
author | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-09-25 15:08:26 +0000 |
---|---|---|
committer | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-09-25 15:08:26 +0000 |
commit | 18f01d4f113b8ac7430946688292011c5fc3c2fb (patch) | |
tree | b76f7c16e46fc00e717299a2bb178af735b34a94 /conf-tmpl/battle | |
parent | 38b486e1074537b27f6c523b3f79d47128dfcdf6 (diff) | |
download | hercules-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/battle')
-rw-r--r-- | conf-tmpl/battle/gm.conf | 3 |
1 files changed, 0 insertions, 3 deletions
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
|