From b3eef9837d29326a576a8af3f5d2b6a7ca030d96 Mon Sep 17 00:00:00 2001 From: Vortrex <3858226+VortrexFTW@users.noreply.github.com> Date: Thu, 25 Nov 2021 04:13:48 -0600 Subject: [PATCH] Fix malformed JSON --- config/animations.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/animations.json b/config/animations.json index cfb3b947..fa53b0d7 100644 --- a/config/animations.json +++ b/config/animations.json @@ -129,6 +129,6 @@ ["phonepickup", "TelVytoceni"], ["phonetalk", "TelStativ"], ["phonehangup", "TelZaveseni"], - ["phonehangup", "TelZaveseni"], + ["phonehangup", "TelZaveseni"] ] } \ No newline at end of file