Update store.lua
This commit is contained in:
parent
03574ae7b0
commit
f7e1cba397
1 changed files with 1 additions and 1 deletions
|
@ -109,7 +109,7 @@ while true do
|
||||||
|
|
||||||
while true do
|
while true do
|
||||||
local _,_,mx,my = os.pullEvent("mouse_click")
|
local _,_,mx,my = os.pullEvent("mouse_click")
|
||||||
if my == 1 and x == mw then
|
if my == 1 and mx == w then
|
||||||
break
|
break
|
||||||
elseif (mx >= 19 and mx <= 25) and my == 4 then
|
elseif (mx >= 19 and mx <= 25) and my == 4 then
|
||||||
if config.read("/.sPhone/config/spklist",_conf.id) then
|
if config.read("/.sPhone/config/spklist",_conf.id) then
|
||||||
|
|
Loading…
Reference in a new issue