Fix duplicate golden cookie with autoclickers #762
This commit is contained in:
2
dist/CookieMonsterDev.js
vendored
2
dist/CookieMonsterDev.js
vendored
File diff suppressed because one or more lines are too long
2
dist/CookieMonsterDev.js.map
vendored
2
dist/CookieMonsterDev.js.map
vendored
File diff suppressed because one or more lines are too long
@@ -20,6 +20,7 @@ export default function CreateGCTimer(cookie) {
|
|||||||
GCTimer.style.fontSize = '35px';
|
GCTimer.style.fontSize = '35px';
|
||||||
GCTimer.style.cursor = 'pointer';
|
GCTimer.style.cursor = 'pointer';
|
||||||
GCTimer.style.display = 'block';
|
GCTimer.style.display = 'block';
|
||||||
|
GCTimer.style.pointerEvents = 'none';
|
||||||
if (CMOptions.GCTimer === 0) GCTimer.style.display = 'none';
|
if (CMOptions.GCTimer === 0) GCTimer.style.display = 'none';
|
||||||
GCTimer.style.left = cookie.l.style.left;
|
GCTimer.style.left = cookie.l.style.left;
|
||||||
GCTimer.style.top = cookie.l.style.top;
|
GCTimer.style.top = cookie.l.style.top;
|
||||||
|
|||||||
Reference in New Issue
Block a user