From b10cfb89b491a0f8dcfdefaab8b162220039bda7 Mon Sep 17 00:00:00 2001 From: PoeDev <69771817+poec987@users.noreply.github.com> Date: Sat, 20 Jul 2024 15:03:37 -0500 Subject: [PATCH] A p2 --- source/PlayState.hx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/PlayState.hx b/source/PlayState.hx index 84ed2b8..09b0c86 100644 --- a/source/PlayState.hx +++ b/source/PlayState.hx @@ -217,7 +217,7 @@ class PlayState extends MusicBeatState var detailsPausedText:String = ""; #end - public static var devMode = true; // For teh devs + public static var devMode = false; // For teh devs override public function create() {