From 6ac49772d713d26eb73f4a15c5f552e14437bad0 Mon Sep 17 00:00:00 2001 From: echicken <> Date: Thu, 11 Jan 2018 06:44:41 +0000 Subject: [PATCH] Clear the console after storing the current attributes --- exec/avatar_chooser.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exec/avatar_chooser.js b/exec/avatar_chooser.js index 191e375aaa..7015a66b5f 100644 --- a/exec/avatar_chooser.js +++ b/exec/avatar_chooser.js @@ -500,10 +500,10 @@ function MainMenu(parent_frame) { var sys_status, console_attr; function init() { - console.clear(LIGHTGRAY); sys_status = bbs.sys_status; console_attr = console.attributes; bbs.sys_status|=SS_MOFF; + console.clear(LIGHTGRAY); } function main() { -- GitLab