leighmacdonald / bd

MIT License
20 stars 4 forks source link

Fix for July 25, 2023 TF2 Update (100 players support) #42

Closed Kenajcrap closed 1 year ago

Kenajcrap commented 1 year ago

https://www.teamfortress.com/post.php?id=206934 On July 25, 2023, an experimental feature was added to support 100 players, since then 'g15_dumpplayers' returns a larger dataset even on regular servers.

This change fixes the crash. I don't see any other issues caused by the update.

As you know there are performance impacts related to printing to console and rcon responses, and this one is now pretty damn large. Have you considered disabling some requests if the new information they provide is not currently enabled in the web UI?

Thanks for all of your work!