mirror of
https://github.com/lunarmodules/luasocket.git
synced 2024-12-26 20:38:22 +01:00
sleep became _sleep.
This commit is contained in:
parent
6fb33f0a76
commit
bf4ca59463
@ -80,7 +80,7 @@ function execute_command(cmd, par)
|
|||||||
send_command(SYNC)
|
send_command(SYNC)
|
||||||
elseif cmd == SLEEP then
|
elseif cmd == SLEEP then
|
||||||
print("server: sleeping for " .. par .. " seconds...")
|
print("server: sleeping for " .. par .. " seconds...")
|
||||||
sleep(par)
|
_sleep(par)
|
||||||
print("server: woke up!")
|
print("server: woke up!")
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
Loading…
Reference in New Issue
Block a user