Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ClientBegin/SetTeam spam on Duel Tournament #7

Open
DaemonSlayerZero opened this issue May 15, 2021 · 1 comment
Open

ClientBegin/SetTeam spam on Duel Tournament #7

DaemonSlayerZero opened this issue May 15, 2021 · 1 comment

Comments

@DaemonSlayerZero
Copy link

DaemonSlayerZero commented May 15, 2021

I found a kind of bug on duel tournament mode, when a map change occurs, and one of the players takes a long time to load it, it causes a spam of the AddTournamentPlayer() function inside the if (level.numPlayingClients <2) condition, in the function that is executed in each frame CheckTournament()... I have tried this with bots and I think it is not good.

Steps to reproduce:

  1. Add two bots
  2. Let one of them to win
  3. When you are ready to play with him, change the map
  4. See console (Image attached)

Apparently, since the bot i was fighting connects faster, the current slot of its opponent (me) is seems to be used, but due the map doesnt load yet for the opponent (me) the game tries to force the other player (already in spectator) to join until the opponent (me) gets the map loaded. I imagine this would happen with real people too, or people which has better load speeds (or already played the loaded map).

image

@UNI-GR
Copy link

UNI-GR commented May 25, 2021

It does the same with real players too

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants