1
0
mirror of https://github.com/LDDestroier/CC/ synced 2025-01-18 21:22:53 +00:00

Update tron

This commit is contained in:
LDDestroier 2018-11-15 00:20:41 -05:00 committed by GitHub
parent cc0a92f5a9
commit d43f4cfe6b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

3
tron
View File

@ -770,6 +770,9 @@ local networking = function()
elseif msg.gameID == gamename then
if not isHost then
player = msg.player
if nextTurn then
player[nou].direction = nextTurn
end
trail = msg.trail
deadGuys = msg.deadGuys
elseif type(msg.keysDown) == "table" then