diff options
author | Sirius <zopokx@gmail.com> | 2020-06-08 09:09:33 +0200 |
---|---|---|
committer | Sirius <zopokx@gmail.com> | 2020-06-10 00:05:25 +0200 |
commit | a354ee5b68d89814f015fe817f736000ec000431 (patch) | |
tree | 4353aab968d5f3db4ed8c8189160ab981dda09e1 /conf | |
parent | 47165ac2c6dade0ff009626993f022ea31e50bf5 (diff) | |
download | hercules-a354ee5b68d89814f015fe817f736000ec000431.tar.gz hercules-a354ee5b68d89814f015fe817f736000ec000431.tar.bz2 hercules-a354ee5b68d89814f015fe817f736000ec000431.tar.xz hercules-a354ee5b68d89814f015fe817f736000ec000431.zip |
Fixed typo & space replacement in battlegrounds.conf
Diffstat (limited to 'conf')
-rw-r--r-- | conf/battlegrounds.conf | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/conf/battlegrounds.conf b/conf/battlegrounds.conf index eca161d08..fd079c59d 100644 --- a/conf/battlegrounds.conf +++ b/conf/battlegrounds.conf @@ -14,8 +14,8 @@ //= arenas: ({ //= //- allowedTypes defines what kind of applications the arena will accept, setting is not case-sensitive and is ok with whitespaces //= allowedTypes: "Solo | Party" //Arena Accepts solo and party-type joins -//= allowedTypes: "guild | party" //Arena Accepts solo and guild-type joins -//= allowedTypes: "All" //Arena Accepts solo, party and guild-type joins +//= allowedTypes: "guild | party" //Arena Accepts solo and guild-type joins +//= allowedTypes: "All" //Arena Accepts solo, party and guild-type joins //= //- fillAnnounce (optional arena param) //= }) battlegrounds: ( @@ -46,7 +46,7 @@ battlegrounds: ( delay_var: "Tierra_BG_Tick" /* char variable name that will store the delay for this match */ maxDuration: 30 /* maximum duration in minutes, if reached game ends and highest score wins (or calls a draw if scores are equal) */ fillDuration: 20 /* time in seconds to wait for more applications when minimum has been reached */ - pGameDuration: 20 /* time to wait for players to confirm their attendence after queueing process has finished */ + pGameDuration: 20 /* time to wait for players to confirm their attendance after queueing process has finished */ },{ name: "Flavius" //must match the name in client files event: "start#bat_b01::OnPlayerListReady" |