mirror of
https://github.com/lunarmodules/luasocket.git
synced 2024-11-08 06:18:21 +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)
|
||||
elseif cmd == SLEEP then
|
||||
print("server: sleeping for " .. par .. " seconds...")
|
||||
sleep(par)
|
||||
_sleep(par)
|
||||
print("server: woke up!")
|
||||
end
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user