Update tron

This commit is contained in:
LDDestroier 2018-11-15 00:30:02 -05:00 committed by GitHub
parent 05cf9c55ed
commit 3f379bfcd1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

2
tron
View File

@ -697,7 +697,7 @@ local game = function()
if isHost then
setDirection(keysDown, p)
setDirection(netKeysDown, np)
else then
else
setDirection(keysDown, p, dlDirection)
end