removed delay

This commit is contained in:
Chr1Z93 2024-08-01 16:43:05 +02:00
parent e67c4e0cb3
commit 4594629d5e

View File

@ -166,9 +166,7 @@ function startSearch(messageColor, number)
searchView()
if number > 0 then
Wait.time(function()
deckAreaObjects.draw.deal(number, handColor)
end, 0.1)
end
end