1
0
Fork 0
mirror of https://github.com/ninjamuffin99/Funkin.git synced 2024-11-15 11:22:55 +00:00

fix for release, no bf printing directly to stdout!

This commit is contained in:
Cameron Taylor 2024-06-12 20:31:27 -04:00
parent 1c45c9b03b
commit 81cada675c

View file

@ -51,7 +51,7 @@ class AnsiTrace
public static function traceBF() public static function traceBF()
{ {
#if sys #if (sys && debug)
if (colorSupported) if (colorSupported)
{ {
for (line in ansiBF) for (line in ansiBF)