Formatting fixes

This commit is contained in:
Aktanusa
2016-02-19 21:26:56 -05:00
parent c03c1c44d7
commit 44447d71c3
4 changed files with 14 additions and 14 deletions

View File

@@ -158,7 +158,7 @@ CM.DelayInit = function() {
CM.Disp.lastAscendState = Game.OnAscend;
if (Game.prefs.popups) Game.Popup('Cookie Monster version ' + CM.VersionMajor + '.' + CM.VersionMinor + ' loaded!');
else Game.Notify('Cookie Monster version ' + CM.VersionMajor + '.' + CM.VersionMinor + ' loaded!','','',1, 1);
else Game.Notify('Cookie Monster version ' + CM.VersionMajor + '.' + CM.VersionMinor + ' loaded!', '', '', 1, 1);
Game.Win('Third-party');
}