Update info.lua

This commit is contained in:
Ale2610 2015-08-21 15:49:39 +02:00
parent b026169b5a
commit bc70dd73f6

View file

@ -32,7 +32,7 @@ print(" Thanks to Luca_S for SMS system and Sertex ID")
while true do while true do
local w, h = term.getSize() local w, h = term.getSize()
local _, _, x, y = os.pulLEvent("mouse_click") local _, _, x, y = os.pullEvent("mouse_click")
if y == 1 and x == w then if y == 1 and x == w then
return return
end end