diff --git a/js/classes/prestigelayer.js b/js/classes/prestigelayer.js index 0eb8b57..b84e685 100644 --- a/js/classes/prestigelayer.js +++ b/js/classes/prestigelayer.js @@ -791,4 +791,4 @@ class PrestigeLayer } } } -}; \ No newline at end of file +} \ No newline at end of file diff --git a/js/data/functions.js b/js/data/functions.js index 5be2137..a879506 100644 --- a/js/data/functions.js +++ b/js/data/functions.js @@ -115,7 +115,7 @@ const functions = { }, createNotification: function(notification) { - if (localTimer > 1){game.notifications.push(notification)}; + if (localTimer > 1){game.notifications.push(notification)} }, getSaveString() {