TheNexusReborn / NexusIssues

Reporting hub for issues on The Nexus Reborn
0 stars 0 forks source link

Sometimes players don't get added to the lobby or the game when joining #7

Open Firestar311 opened 10 months ago

Firestar311 commented 10 months ago

I have noticed over the course of playing a few games that sometimes when someone joins while the game is going, or even sometimes in the lobby, errors occur when they join, and they cause other errors to be spammed in the console. This was mostly related to the Scoreboards, I did add some try-catch statements to these scoreboards to silently catch the errors that result from teams being already registered not registered. This fix has seemed to fix this issue, but I have not had a chance to really see if it comes up again. As very few games have been played since I applied the fix to the server.

Firestar311 commented 10 months ago

I changed some checks to check against all online players instead of going based on the Lobby and Game players list.