1
0
mirror of https://github.com/tobspr/shapez.io.git synced 2026-02-12 02:49:20 +00:00

fixed allowing puzzles which autocomplete

This commit is contained in:
Sense101 2021-07-08 15:47:11 +01:00
parent 260041702b
commit 86f3a9138d

View File

@ -81,7 +81,7 @@ export class HUDPuzzleEditorReview extends BaseHUDPart {
closeLoading();
//if it took so little ticks that it must have autocompeted
if (simulatedTicks <= 300) {
if (simulatedTicks <= 500) {
this.root.hud.parts.dialogs.showWarning(
T.puzzleMenu.validation.title,
T.puzzleMenu.validation.autoComplete