From b684acc8029665a080e477f4a8e2f7dd469fac3c Mon Sep 17 00:00:00 2001 From: hannibal2 <24389977+hannibal00212@users.noreply.github.com> Date: Fri, 1 Dec 2023 12:22:55 +0100 Subject: Fixed crashes with old bingo data. --- constants/Bingo.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/constants/Bingo.json b/constants/Bingo.json index 3adb8f8..d27c1a4 100644 --- a/constants/Bingo.json +++ b/constants/Bingo.json @@ -1,12 +1,12 @@ { "bingo_tips": { - "'Tis The Season": { + "'Tis The Season (Community Goal)": { "difficulty": "Easy", "note": [ "Gifting gifts to other players." ] }, - "Grinding Away": { + "Grinding Away (Community Goal)": { "difficulty": "Easy", "note": [ "Cobblestone collection." -- cgit