Skip to content
Snippets Groups Projects
Commit c57eaa0f authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

Don't try to load/activate fonts if not online.

parent 6a3cfbd3
No related branches found
No related tags found
1 merge request!463MRC mods by Codefenix (2024-10-20)
Pipeline #191 passed
...@@ -57,7 +57,7 @@ function fonts(key) ...@@ -57,7 +57,7 @@ function fonts(key)
} }
} }
if(cterm.supports_fonts() != false) if(bbs.online && cterm.supports_fonts() != false)
for(var i in argv) for(var i in argv)
fonts(argv[i]); fonts(argv[i]);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment