diff --git a/tron b/tron index 6595674..8e3306a 100644 --- a/tron +++ b/tron @@ -780,7 +780,9 @@ while true do modem.transmit(port, port, { player = player, gameID = gamename, - new = os.time() + new = os.time(), + gameDelay = gameDelayInit, + grid = gridInit }) parallel.waitForAny(pleaseWait, networking) parallel.waitForAny(getInput, game, networking)