From a354ee5b68d89814f015fe817f736000ec000431 Mon Sep 17 00:00:00 2001 From: Sirius Date: Mon, 8 Jun 2020 09:09:33 +0200 Subject: Fixed typo & space replacement in battlegrounds.conf --- conf/battlegrounds.conf | 6 +++--- 1 file 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" -- cgit v1.2.3-70-g09d2