diff options
author | gumi <git@gumi.ca> | 2019-04-15 12:32:59 -0400 |
---|---|---|
committer | gumi <git@gumi.ca> | 2019-04-15 12:32:59 -0400 |
commit | db5bcc64f7d0962fb153ffdd4c417321bdbee353 (patch) | |
tree | 932b4f26c8c929190ef5e13353d53014bee1fdee /world/map | |
parent | b5191b178686abd365e113fb3ea32a19f70e9276 (diff) | |
download | serverdata-db5bcc64f7d0962fb153ffdd4c417321bdbee353.tar.gz serverdata-db5bcc64f7d0962fb153ffdd4c417321bdbee353.tar.bz2 serverdata-db5bcc64f7d0962fb153ffdd4c417321bdbee353.tar.xz serverdata-db5bcc64f7d0962fb153ffdd4c417321bdbee353.zip |
add configuration for gm_log_delay
Diffstat (limited to 'world/map')
-rw-r--r-- | world/map/conf/battle_athena.conf | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/world/map/conf/battle_athena.conf b/world/map/conf/battle_athena.conf index 86076009..5c2f0f4d 100644 --- a/world/map/conf/battle_athena.conf +++ b/world/map/conf/battle_athena.conf @@ -96,6 +96,10 @@ monster_max_aspd: 199 // set to 'Yes', Normal players (gm level 0) can never use a GM command even if you set the command level to 0. atcommand_gm_only: no +// gm log delay (milliseconds) (default: 60 minutes) +// delays writing to the gm log for X milliseconds after using a command +gm_log_delay: 3600000 + // [GM] Can equip anything? (0 to disable, or minimum GM level, can cause client errors.) gm_all_equipment: 0 |