Fixed bug

This commit is contained in:
Simon Cambier 2022-07-03 14:39:25 +02:00
parent bc8b1be6cd
commit a22ab50f54

View File

@ -167,7 +167,7 @@ function Board.new()
current += 1
end
end
return top
return max(current, top)
end,
--