From b9b2705a78184b18eb7e79b3c3aa2c647056c385 Mon Sep 17 00:00:00 2001 From: Knut Ahlers Date: Sat, 14 Apr 2018 18:38:57 +0200 Subject: [PATCH] Fix: Parameter is called "noLog"... Signed-off-by: Knut Ahlers --- autocookieclicker.user.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/autocookieclicker.user.js b/autocookieclicker.user.js index e6da89f..40b775b 100644 --- a/autocookieclicker.user.js +++ b/autocookieclicker.user.js @@ -1,7 +1,7 @@ // ==UserScript== // @name Automate CookieClicker // @namespace https://luzifer.io/ -// @version 0.9.4 +// @version 0.9.5 // @description Automate everything! // @author Knut Ahlers // @source https://github.com/Luzifer/automate-cookie-clicker @@ -91,7 +91,7 @@ function installHelper() { function note(msg, quick = true) { // Icon: img/icons.png 0-based indices - Game.Notify("Auto-CookieClicker", msg, [12, 0], quick, false); + Game.Notify("Auto-CookieClicker", msg, [12, 0], quick, true); } function upgradeFilter(idx) {