neural apps

This commit is contained in:
kepler155c@gmail.com 2018-02-08 02:32:28 -05:00
parent f16c7b632b
commit d6a77ba487
2 changed files with 2 additions and 2 deletions

View File

@ -21,7 +21,7 @@
icon = "\0301\03171\03180\030 \031 \
\0301\03181\030 \031 \
\0301\03170\03180\03171\0307\031f>",
run = "http://pastebin.com/raw/sj4VMVJj",
run = "http://pastebin.com/raw/UzGHLbNC",
},
c47ae15370cfe1ed2781eedc1dc2547d12d9e972 = {
title = "Help",

View File

@ -53,7 +53,7 @@ function transport.ping(socket)
seq = -1,
})
local timerId = os.startTimer(3)
local timerId = os.startTimer(5)
transport.timers[timerId] = socket
socket.timers[-1] = timerId
end