aboutsummaryrefslogtreecommitdiff
path: root/panel.lua
diff options
context:
space:
mode:
author1029chris <1029chris@gmail.com>2016-04-20 10:48:12 -0700
committer1029chris <1029chris@gmail.com>2016-04-20 10:48:12 -0700
commitf7c70cec2946b25ca050796d7c9160044717ce29 (patch)
tree9c5437b6ebef05c74c3ae7092e1369581b7874ca /panel.lua
parent5b9e47c1f86fbcd910d96b5d5c76c5d3b7fbf31c (diff)
Added timer for messages
Now they appear on their own. Start menu no longer activates messages
Diffstat (limited to 'panel.lua')
-rw-r--r--panel.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/panel.lua b/panel.lua
index 0055c0c..9cd3da2 100644
--- a/panel.lua
+++ b/panel.lua
@@ -55,7 +55,7 @@ function drawStart()
start.o = false
elseif start.o == false then
start.o = true
- sendMessage(1, msgs[msg.c])
+ --sendMessage(1, msgs[msg.c])
end
end
end