Skip to content

Commit

Permalink
On second thought, no reason to log saves
Browse files Browse the repository at this point in the history
  • Loading branch information
pickten committed Apr 1, 2016
1 parent 8c7ed43 commit 43ebe76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion persist.js
Expand Up @@ -56,7 +56,7 @@
success = Molpy.SaveC_STARSTAR_kie();
}
if(!success) return;
Molpy.Notify('Game saved',auto?0:2, auto?0:1);
Molpy.Notify('Game saved',auto?0:2, 1);
auto || _gaq && _gaq.push(['_trackEvent', 'Save', 'Complete', '' + Molpy.saveCount]);

Molpy.autosaveCountup = 0;
Expand Down

0 comments on commit 43ebe76

Please sign in to comment.