From 09c77ca043a6e9bb288091a35c0a84b5d0b74bee Mon Sep 17 00:00:00 2001 From: LemonInTheDark <58055496+LemonInTheDark@users.noreply.github.com> Date: Sat, 5 Oct 2024 16:57:19 -0700 Subject: [PATCH] I forgot to add the map tag to the changelog whitelist (#87063) Fuck --- tools/ss13_genchangelog.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/ss13_genchangelog.py b/tools/ss13_genchangelog.py index 7fb99082006..bb5cb58afce 100644 --- a/tools/ss13_genchangelog.py +++ b/tools/ss13_genchangelog.py @@ -63,6 +63,7 @@ validPrefixes = [ 'server', 'sound', 'image', + 'map', ] def dictToTuples(inp):