fixed allowing puzzles which autocomplete (#1262)

pull/1283/head
Sense101 3 years ago committed by GitHub
parent d8b34ca438
commit 599cc7cf9f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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

Loading…
Cancel
Save