Fixed Expand Block Bug

This commit is contained in:
Exobyt 2024-08-20 13:48:28 +02:00
parent 6d71780f36
commit e7d50232b2
4 changed files with 52 additions and 72 deletions

View file

@ -16,7 +16,6 @@ func isCompleted():
amount += 2
else:
amount += 1
if amount >= 10:
return true
else: