From 78ee1858bdace54a6f8634ac0f103f2ada090ecb Mon Sep 17 00:00:00 2001 From: NikolajDanger Date: Tue, 13 Apr 2021 11:03:56 +0200 Subject: [PATCH] :bug: Fixed a bug where the oldImages starting folder has capital O --- resources/startingFiles.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/startingFiles.json b/resources/startingFiles.json index 4810cb9..8ebaa57 100644 --- a/resources/startingFiles.json +++ b/resources/startingFiles.json @@ -68,6 +68,6 @@ "resources/games/hexBoards", "resources/games/hangmanBoards", "resources/bedreNetflix", - "resources/games/OldImages" + "resources/games/oldImages" ] } \ No newline at end of file