Fix duplicate golden cookie with autoclickers #762

This commit is contained in:
Daniël van Noord
2021-07-05 10:05:26 +02:00
parent 68e6afa410
commit dcf00b82b8
3 changed files with 3 additions and 2 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -20,6 +20,7 @@ export default function CreateGCTimer(cookie) {
GCTimer.style.fontSize = '35px';
GCTimer.style.cursor = 'pointer';
GCTimer.style.display = 'block';
GCTimer.style.pointerEvents = 'none';
if (CMOptions.GCTimer === 0) GCTimer.style.display = 'none';
GCTimer.style.left = cookie.l.style.left;
GCTimer.style.top = cookie.l.style.top;