1
0
mirror of https://github.com/LDDestroier/CC/ synced 2024-11-08 19:09:58 +00:00

Update ldris.lua

This commit is contained in:
LDDestroier 2019-12-31 04:44:49 -05:00 committed by GitHub
parent d7a05f71d6
commit b1ad390501
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -986,6 +986,10 @@ local startGame = function(playerNumber)
draw()
game.cancelTimer(dropTimer)
game.cancelTimer(lockTimer)
dropTimer = game.startTimer(0)
inputTimer = game.startTimer(game.inputDelay)
game.cancelTimer(lockTimer or 0)