1
0
mirror of https://github.com/Luzifer/automate-cookie-clicker.git synced 2024-09-18 23:02:56 +00:00

Auto-CookieClicker notifications are not needed in log

Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
Knut Ahlers 2018-04-14 18:37:27 +02:00
parent 3428830df3
commit b7a54b58cd
Signed by: luzifer
GPG Key ID: DC2729FDD34BE99E

View File

@ -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 <knut@ahlers.me>
// @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) {