This website works better with JavaScript.
Home
Explore
Help
Sign In
Madiwka
/
NuclearPong
Watch
1
Star
0
Fork
0
Code
Issues
1
Pull Requests
0
Releases
8
Wiki
Activity
Browse Source
FINAL FIX PLEASE PLEASE PLEASE
tags/online
madiwka3
4 years ago
parent
6074030f5e
commit
93ccf955fe
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
main.lua
+ 1
- 1
main.lua
View File
@@ -836,7 +836,7 @@ function clienttest(dt)
if p[13] ~= "HOST" then
confirmation = "U"
end
if tonumber(p[14]) >
5
then
if tonumber(p[14]) >
90
then
confirmation = "L"
end
for i = 1, maxBalls do
Write
Preview
Loading…
Cancel
Save