Browse Source

Testing speed capabilites

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

+ 1
- 1
main.lua View File

@@ -775,7 +775,7 @@ function nettest(dt)
'|' .. tostring(ball[i].y) .. '|' .. tostring(ball[i].y) ..
'|' .. gameState .. '|' .. gameState ..
'|' .. tostring(ball[i].dx) .. '|' .. tostring(ball[i].dx) ..
'|' .. tostring(ballSpeed)
'|' .. tostring(ballSpeed) ..
"|HOST") "|HOST")
print("SENT: " .. lastSentKey) print("SENT: " .. lastSentKey)
ts = 0 ts = 0


Loading…
Cancel
Save