From b3ea4b527ef8872675c39271fd5fbdff378d0c2e Mon Sep 17 00:00:00 2001 From: iainp5 Date: Sun, 3 Nov 2024 16:44:55 +0000 Subject: Change remove to true/false --- play.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'play.js') diff --git a/play.js b/play.js index 0858ece..e04b0a8 100644 --- a/play.js +++ b/play.js @@ -621,7 +621,7 @@ function on_update() { else ui.events[C_THE_WALL].style.display = "none" - if (view.persistent_events.includes(69)) { + if (view.persistent_events.includes(C_SYSTEMATIZATION)) { ui.events[C_SYSTEMATIZATION].style.display = "block" ui.events[C_SYSTEMATIZATION].style.left = ui.layout_xy[view.systematization][0] - 25 + "px" ui.events[C_SYSTEMATIZATION].style.top = ui.layout_xy[view.systematization][1] - 25 + "px" -- cgit v1.2.3