From 86be8bdfbd94d55f1fa8fe2035b8ec04ace424a6 Mon Sep 17 00:00:00 2001 From: Andreas Troelsen Date: Mon, 13 Jan 2020 11:07:33 +0100 Subject: [PATCH] Add changelog entry for 90d1f211fa5f3b6fe6f472606c86b3ffd4355730. Adds a changelog entry for the changes made in 90d1f211fa5f3b6fe6f472606c86b3ffd4355730. --- changelog.md | 1 + 1 file changed, 1 insertion(+) diff --git a/changelog.md b/changelog.md index 7464b29..560f611 100644 --- a/changelog.md +++ b/changelog.md @@ -11,6 +11,7 @@ These changes will (most likely) be included in the next version. ## [Unreleased] +- A new `ready` state is now available for arena sign templates. Signs are in this state when all players in the lobby have readied up, but the arena has not yet started due to a start delay timer. Check the wiki for details. - Arena signs now support dynamic list entry variables for 4 different player lists. As an example, `` results in the name of a player in the lobby who hasn't readied up yet. This is useful for visualizing who is holding up the lobby. Check the wiki for details. ## [0.104.2] - 2020-01-03