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