From b7a54b58cdeb112cfbc2c1a6b550a8aac013bfd6 Mon Sep 17 00:00:00 2001 From: Knut Ahlers Date: Sat, 14 Apr 2018 18:37:27 +0200 Subject: [PATCH] Auto-CookieClicker notifications are not needed in log 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 7fe8dc1..e6da89f 100644 --- a/autocookieclicker.user.js +++ b/autocookieclicker.user.js @@ -1,7 +1,7 @@ // ==UserScript== // @name Automate CookieClicker // @namespace https://luzifer.io/ -// @version 0.9.3 +// @version 0.9.4 // @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); + Game.Notify("Auto-CookieClicker", msg, [12, 0], quick, false); } function upgradeFilter(idx) {