Update backend.js

This commit is contained in:
2026-04-13 21:46:53 +02:00
parent cb4343e20e
commit cbeae996fe

View File

@@ -124,6 +124,7 @@ function black_timer_release(){
black_Timer.classList.remove("GreenClick") black_Timer.classList.remove("GreenClick")
}else{ }else{
black_Timer.classList.remove("RedClick") black_Timer.classList.remove("RedClick")
black_Timer.classList.remove("GreenClick")
Timer.coldown_Start_Black = 0; Timer.coldown_Start_Black = 0;
} }
} }