spam reduction
This commit is contained in:
parent
e073433273
commit
fc7fd371d6
@ -233,7 +233,6 @@ do
|
|||||||
obj, csize, usize, amount = common.fetch_poll()
|
obj, csize, usize, amount = common.fetch_poll()
|
||||||
-- TODO: don't do this every time fetch_poll returns - give it a bit of a rest!
|
-- TODO: don't do this every time fetch_poll returns - give it a bit of a rest!
|
||||||
if PKT_KEEPALIVE then
|
if PKT_KEEPALIVE then
|
||||||
print(PKT_KEEPALIVE)
|
|
||||||
common.net_send(nil, common.net_pack("BB", PKT_KEEPALIVE), true)
|
common.net_send(nil, common.net_pack("BB", PKT_KEEPALIVE), true)
|
||||||
end
|
end
|
||||||
--print("obj:", obj, csize, usize, amount)
|
--print("obj:", obj, csize, usize, amount)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user