Explorar el Código

Change in data managing

tags/online
madiwka3 hace 4 años
padre
commit
63d34f91ba
Se han modificado 1 ficheros con 1 adiciones y 6 borrados
  1. +1
    -6
      main.lua

+ 1
- 6
main.lua Ver fichero

@@ -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))


Cargando…
Cancelar
Guardar