Uncommented an important line :P

This commit is contained in:
rainbow napkin 2025-01-25 08:38:55 -05:00
parent 07d1a37453
commit 9d01b4c962

View file

@ -209,7 +209,7 @@ class player{
this.toggleUI(true);
clearTimeout(this.uiTimer);
if(!this.onUI){
//this.uiTimer = setTimeout(this.toggleUI.bind(this), 1500, false);
this.uiTimer = setTimeout(this.toggleUI.bind(this), 1500, false);
}
}