Update ldris.lua

This commit is contained in:
LDDestroier 2020-04-12 02:29:20 -04:00 committed by GitHub
parent 47577d48d0
commit 29424e4420
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -904,6 +904,7 @@ local startGame = function(playerNumber)
sendInfo("send_info", false, playerNumber)
end
renderBoard(board, 0, 0, true)
renderBoard(player.queueBoard, 0, 0, false)
end
local currentMinoType