Przeglądaj źródła

Change in data managing

tags/online
madiwka3 3 lat temu
rodzic
commit
63d34f91ba
1 zmienionych plików z 1 dodań i 6 usunięć
  1. +1
    -6
      main.lua

+ 1
- 6
main.lua Wyświetl plik

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


Ładowanie…
Anuluj
Zapisz