show goal for imported levels

This commit is contained in:
Qusijue 2021-08-13 22:05:58 +05:00
parent 592399b1db
commit 27e54816f7

View file

@ -251,7 +251,7 @@ var initDemo = function(sandbox) {
} }
eventBaton.trigger( eventBaton.trigger(
'commandSubmitted', 'commandSubmitted',
'importLevelNow ' + escape(file.content) + '; clear' 'importLevelNow ' + escape(file.content) + '; clear; show goal;'
); );
} }
}); });