]> git.cworth.org Git - lmno-server/commitdiff
empathy: Fix typo leading to clearly broken code
authorCarl Worth <cworth@cworth.org>
Mon, 9 Mar 2026 17:05:51 +0000 (10:05 -0700)
committerCarl Worth <cworth@cworth.org>
Mon, 9 Mar 2026 17:05:51 +0000 (10:05 -0700)
This identifier was simply misspelled. Oops!

empathy.js

index cfc80bdd9439a2684dc334e1e5ca5bd66f30ad0b..a8ce258870e177cafd14cd83236d858517d1103f 100644 (file)
@@ -247,7 +247,7 @@ class Empathy extends Game {
 
     if (this.answering_idle_timer) {
       clearTimeout(this.answering_idle_timer);
-      this.ansering_idle_timer = 0;
+      this.answering_idle_timer = 0;
     }
     if (! this.state.answering_idle) {
       this.answering_idle_timer = setTimeout(() => {