1
0
mirror of https://github.com/LDDestroier/CC/ synced 2025-09-10 06:46:04 +00:00

Update ldris.lua

This commit is contained in:
LDDestroier
2020-03-29 21:19:35 -04:00
committed by GitHub
parent 4ac07a9404
commit 66c6f32ecd

View File

@@ -846,8 +846,6 @@ local startGame = function(playerNumber)
sendInfo("send_info", false, playerNumber) sendInfo("send_info", false, playerNumber)
end end
renderBoard(board, 0, 0, true) renderBoard(board, 0, 0, true)
term.setCursorPos(1, 1)
term.write(mino.didTspin)
end end
local currentMinoType local currentMinoType