diff --git a/mode/story.js b/mode/story.js index 7a34fa5a3..d163c29f7 100644 --- a/mode/story.js +++ b/mode/story.js @@ -268,10 +268,7 @@ mode.story={ var next=game.createEvent('loadScene'); next.content=function(){ 'step 0' - if(lib.storage.version!=lib.story.version){ - game.pause(); - - } + game.pause(); } } },