Early Surrendering Not Working (5th time my ranked games have been ruined and I lost LP)

Eternus·1/22/2020, 10:45:02 PM·1 votes·1,662 views

Same issue every time... Guy connects doesn't move after 3 minutes... SO POP THE EARLY SURRENDER !!! WHY DO YOU HAVE TO POP IT BY WHETHER THE GUY CONNECTS TO THE GAME OF NOT?!?!?!? Can a dev just add some kind of test case like this...

if( player !=move && timer ==3:00) { triggerEARLYSURRENDER(); }

or if you REALLY need the connection bs. then add some case like this...

if( player !=move && timer ==3:00 && playerConnect==true) { triggerEARLYSURRENDER(); }

This has been a problem I've had to play through for 3 seasons already... I am confident that many people have also experienced the same issue as me. However, the situation has always been brushed off... So fix the game already.

Thanks...

0 Comments