mirror of
https://github.com/LDDestroier/CC/
synced 2025-11-02 00:13:00 +00:00
Update tron
This commit is contained in:
3
tron
3
tron
@@ -770,6 +770,9 @@ local networking = function()
|
|||||||
elseif msg.gameID == gamename then
|
elseif msg.gameID == gamename then
|
||||||
if not isHost then
|
if not isHost then
|
||||||
player = msg.player
|
player = msg.player
|
||||||
|
if nextTurn then
|
||||||
|
player[nou].direction = nextTurn
|
||||||
|
end
|
||||||
trail = msg.trail
|
trail = msg.trail
|
||||||
deadGuys = msg.deadGuys
|
deadGuys = msg.deadGuys
|
||||||
elseif type(msg.keysDown) == "table" then
|
elseif type(msg.keysDown) == "table" then
|
||||||
|
|||||||
Reference in New Issue
Block a user