diff --git a/src/game/license_timer/login.js b/src/game/license_timer/login.js index 70468f8..3246324 100644 --- a/src/game/license_timer/login.js +++ b/src/game/license_timer/login.js @@ -1,7 +1,7 @@ var Login = { create: function() { - sessionStorageManager.resetAllAppData(); + // sessionStorageManager.resetAllAppData(); this.game.stage.backgroundColor = '#4d4d4d'; this.textStyle = { font: "bold 32px Arial", fill: "#fff", align: "right", boundsAlignH: "right", boundsAlignV: "middle" };