aboutsummaryrefslogtreecommitdiff
path: root/window.lua
diff options
context:
space:
mode:
Diffstat (limited to 'window.lua')
-rw-r--r--window.lua3
1 files changed, 3 insertions, 0 deletions
diff --git a/window.lua b/window.lua
index dd38c99..8492e53 100644
--- a/window.lua
+++ b/window.lua
@@ -115,6 +115,9 @@ function drawWindow(id)
if v1.yes == true and id ~= 2 and win[id].ex == false and v1.timer >= 4 and v1.c.chat.msgs < 7 then
win[id].ex = true
end
+ if v2.start == true then
+ win[id].ex = true
+ end
if v1.yes == true and id == 2 and v1.timer >= 4 then
layer.sendToFront = 2
end