1
0
mirror of https://github.com/LDDestroier/CC/ synced 2025-04-08 03:26:38 +00:00

Update tron

This commit is contained in:
LDDestroier 2018-11-14 16:39:44 -05:00 committed by GitHub
parent b90780c461
commit 344eee2d7a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

4
tron
View File

@ -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)