Update backend.js

This commit is contained in:
2026-04-13 21:56:06 +02:00
parent cbeae996fe
commit b738f99a78

View File

@@ -147,6 +147,7 @@ function white_timer_release(){
white_Timer.classList.remove("GreenClick") white_Timer.classList.remove("GreenClick")
}else{ }else{
white_Timer.classList.remove("RedClick") white_Timer.classList.remove("RedClick")
white_Timer.classList.remove("GreenClick")
Timer.coldown_Start_White = 0; Timer.coldown_Start_White = 0;
} }
} }