From 3276a02692832f559433df26ba5397c0c95b8129 Mon Sep 17 00:00:00 2001 From: JordanSantiagoYT Date: Thu, 23 Jan 2025 23:18:46 -0500 Subject: [PATCH] oops --- source/PlayState.hx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/PlayState.hx b/source/PlayState.hx index 257571583ae..e393aea8f3d 100644 --- a/source/PlayState.hx +++ b/source/PlayState.hx @@ -4368,7 +4368,7 @@ class PlayState extends MusicBeatState PlatformUtil.sendWindowsNotification(value1, value2); #if linux - addTextToDebug('Windows Notifications on Linux are not currently supported on Linux!', FlxColor.RED); + addTextToDebug('Windows Notifications are not currently supported on Linux!', FlxColor.RED); return; #else trace('Windows Notifications are not currently supported on this platform!');