From cd7baddc87892f5aa1894c0c2d421cc66d405a5e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maximilian=20Ke=C3=9Fler?= Date: Fri, 21 Oct 2022 10:13:58 +0200 Subject: [PATCH] log when activating smartfold --- onlinetichu-counter.js | 1 + 1 file changed, 1 insertion(+) diff --git a/onlinetichu-counter.js b/onlinetichu-counter.js index e029494..d7b078c 100644 --- a/onlinetichu-counter.js +++ b/onlinetichu-counter.js @@ -498,6 +498,7 @@ function injectCounter() { if (otc.smartFold) { if(this.MustFold) { ot.action.Fold(); + console.log('smart fold activated'); } else { console.log('prevented bug by not smartfolding'); }