mirror of
https://github.com/Luzifer/automate-cookie-clicker.git
synced 2024-11-08 14:00:12 +00:00
Fix: Parameter is called "noLog"...
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
b7a54b58cd
commit
b9b2705a78
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
// ==UserScript==
|
// ==UserScript==
|
||||||
// @name Automate CookieClicker
|
// @name Automate CookieClicker
|
||||||
// @namespace https://luzifer.io/
|
// @namespace https://luzifer.io/
|
||||||
// @version 0.9.4
|
// @version 0.9.5
|
||||||
// @description Automate everything!
|
// @description Automate everything!
|
||||||
// @author Knut Ahlers <knut@ahlers.me>
|
// @author Knut Ahlers <knut@ahlers.me>
|
||||||
// @source https://github.com/Luzifer/automate-cookie-clicker
|
// @source https://github.com/Luzifer/automate-cookie-clicker
|
||||||
|
@ -91,7 +91,7 @@ function installHelper() {
|
||||||
|
|
||||||
function note(msg, quick = true) {
|
function note(msg, quick = true) {
|
||||||
// Icon: img/icons.png 0-based indices
|
// 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) {
|
function upgradeFilter(idx) {
|
||||||
|
|
Loading…
Reference in a new issue