Browse Source

FINAL FIX PLEASE PLEASE PLEASE

tags/online
madiwka3 4 years ago
parent
commit
1bdb0a80ed
1 changed files with 0 additions and 3 deletions
  1. +0
    -3
      main.lua

+ 0
- 3
main.lua View File

@@ -783,7 +783,6 @@ function nettest(dt)

local data
local datanumtest = 0
data = udp:receive()
repeat
datanumtest = datanumtest + 1
@@ -823,8 +822,6 @@ function clienttest(dt)
end
local data
local datanumtest = 0
data = udp:receive()
repeat
datanumtest = datanumtest + 1
print("LATENCY: " .. tostring(datanumtest))


Loading…
Cancel
Save