diff --git a/IDE/src/IDEApp.bf b/IDE/src/IDEApp.bf index 8013898e..ae5a0c64 100644 --- a/IDE/src/IDEApp.bf +++ b/IDE/src/IDEApp.bf @@ -14471,7 +14471,7 @@ namespace IDE public static void Beep(MessageBeepType type) { -#if BF_PLATFORM_WINDOWS +#if BF_PLATFORM_WINDOWS && !CLI MessageBeep(type); #endif }