From 824f9b42489a69a3c5272993daccff7c60f839ab Mon Sep 17 00:00:00 2001 From: hannibal2 <24389977+hannibal00212@users.noreply.github.com> Date: Tue, 11 Jul 2023 12:18:49 +0200 Subject: Fixed broken json in DanceRoomInstructions.json --- constants/DanceRoomInstructions.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/constants/DanceRoomInstructions.json b/constants/DanceRoomInstructions.json index 5897993..62110bf 100644 --- a/constants/DanceRoomInstructions.json +++ b/constants/DanceRoomInstructions.json @@ -48,6 +48,6 @@ "sneak jump punch", "jump punch", "sneak punch", - "punch", + "punch" ] } -- cgit