diff options
author | meko <mekolat@users.noreply.github.com> | 2015-04-18 11:30:14 -0400 |
---|---|---|
committer | mekolat <mekolat@gmail.com> | 2015-04-18 11:35:45 -0400 |
commit | 3cc396f75f86ac777d031034c787c3de67a3ff0c (patch) | |
tree | 1cb6ca0cfaee64453f0db8ee3639117efe5bda13 /login/conf/login_local.conf.example | |
parent | 85a8149eeb2fde05a28863516399b667b9ab3c81 (diff) | |
download | serverdata-3cc396f75f86ac777d031034c787c3de67a3ff0c.tar.gz serverdata-3cc396f75f86ac777d031034c787c3de67a3ff0c.tar.bz2 serverdata-3cc396f75f86ac777d031034c787c3de67a3ff0c.tar.xz serverdata-3cc396f75f86ac777d031034c787c3de67a3ff0c.zip |
remove traces of @gm
Diffstat (limited to 'login/conf/login_local.conf.example')
-rw-r--r-- | login/conf/login_local.conf.example | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/login/conf/login_local.conf.example b/login/conf/login_local.conf.example index f0ab0bc4..635f22ee 100644 --- a/login/conf/login_local.conf.example +++ b/login/conf/login_local.conf.example @@ -22,16 +22,6 @@ admin_pass: admin //ladminallowip: clear ladminallowip: 127.0.0.1 -// Gamemaster password, used with the @gm command to obtain GM commands -// NOTICE: You should also change this one. -gm_pass: gm - -// GM level granted to people using @gm (with the correct password). -// Builtin default is 60; setting it to 0 will disable the command. -// To work, @gm also needs to be level 0 in atcommand_local.conf, -// and atcommand_gm_only needs to be off in battle_local.conf -level_new_gm: 0 - // Update host // If not empty, send address for client to download data. // This must contain news.txt and resources.xml |