Re: 5 minute ban when for leaving, when the game was over.

by arjaeger
Reply

Original Post

5 minute ban when for leaving, when the game was over.

★★★★ Apprentice

I got a 5 minute ban for leaving early, i'd like to contest this. 

 

My team was at the end of the match. 

 

2 of us were dead. 

 

My last surviving team mate (at the last 2 squads left) had a gold shield. 

 

He was downed and being executed. (execution hadn't finished) 

 

So i left the game, because it was completely over - yet i got a ban for it. 

 

I'd like to contest this, I did not leave early without the game being over already.

 

Cheers

arjaeger

Message 1 of 6 (391 Views)

Re: 5 minute ban when for leaving, when the game was over.

★ Pro

was your teammate dead when you left? No.
you got penalty because you left too early (even if it was just few seconds).

Message 2 of 6 (359 Views)

Re: 5 minute ban when for leaving, when the game was over.

Champion (Retired)

                                 

[video]

Message 3 of 6 (336 Views)

Re: 5 minute ban when for leaving, when the game was over.

[ Edited ]
★★★★★ Expert

@arjaeger I know it's hard to see your team mate being executed, but he still alive, you have to wait until squad eliminated or game over show up.

 

Eventhough the logic it's over, the code is dumb dumb, it only do this:

 

   PlayerLeave ()

         if squad_eliminated = true or gameOver=true or deathboxtimer=expired 

                  Ban (false)                    //no pinalty

         else

                 Ban (true)

Message 4 of 6 (315 Views)

Re: 5 minute ban when for leaving, when the game was over.

★★★★★ Expert
@asukojo I see a man of coding... sorta :O. Your comment ‘//no pinalty’ would totally not work if it wasn’t a comment but an actual code :P

But yea... OP just wait it out
Message 5 of 6 (286 Views)

Re: 5 minute ban when for leaving, when the game was over.

★★★★ Apprentice
@asukojo Not quite looking for an explanation of why it does it. Kinda just want it fixed
Message 6 of 6 (259 Views)