From 4d1f79e0339528d974b79d033e03b6a867cd5a5f Mon Sep 17 00:00:00 2001 From: JordanSantiagoYT Date: Wed, 9 Oct 2024 17:27:42 -0400 Subject: [PATCH] yeah i missed a spot --- source/PlayState.hx | 1 + 1 file changed, 1 insertion(+) diff --git a/source/PlayState.hx b/source/PlayState.hx index 85e06419758..db19624663f 100644 --- a/source/PlayState.hx +++ b/source/PlayState.hx @@ -5185,6 +5185,7 @@ class PlayState extends MusicBeatState } switch (ClientPrefs.ratingType) { + case 'NMCW': pixelShitPart1 = 'NMCW/'; case 'Doki Doki+': pixelShitPart1 = 'dokistuff/'; case 'Tails Gets Trolled V4': pixelShitPart1 = 'tgtstuff/'; case 'Kade Engine': pixelShitPart1 = 'kadethings/';