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'); }