Ver código fonte

Change in data managing

tags/online
madiwka3 3 anos atrás
pai
commit
63d34f91ba
1 arquivos alterados com 1 adições e 6 exclusões
  1. +1
    -6
      main.lua

+ 1
- 6
main.lua Ver arquivo

@@ -784,9 +784,6 @@ function nettest(dt)
local data
local datanumtest = 0
data = udp:receive()
if not data then
confirmation = "D"
end
repeat
datanumtest = datanumtest + 1
print("LATENCY: " .. tostring(datanumtest))
@@ -825,9 +822,7 @@ function clienttest(dt)
local data
local datanumtest = 0
data = udp:receive()
if not data then
confirmation = "D"
end
repeat
datanumtest = datanumtest + 1
print("LATENCY: " .. tostring(datanumtest))


Carregando…
Cancelar
Salvar