-
Notifications
You must be signed in to change notification settings - Fork 24
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
add max players feature & option to hide offline players #354
Conversation
bonus commit!! |
adding that because I think that modders of qbreader (only me sob) would benefit from having owner information idk remove it if you want |
You should test your PRs before submitting them—currently, you can't connect to a room because |
ops i was tired it worked in theory fr |
thanks lol <3 |
No problem! For #353 I was thinking a global cap on the number of players in a room (so not room-specific) |
oh wait what i didn't get that sob |
This already seems like an issue with a per-room setting? Also I was thinking like 500 for the global cap which is the upper end of what you have. |
Thanks for the PR! |
for (let i = 0; i < 500; i++) new WebSocket(`wss://qbreader.org/multiplayer/cocaine?roomName=cocaine&userId=cocaine${i}&username=cocaine`); honestly i'm not sure why you thought this was at all a good idea |
Sorry how does your solution fix this problem? Also there's nothing stopping people from making a million rooms, etc. |
it doesn't fix the problem, i misinterpreted the issue, i just think the original issue idea is not particularly smart yeah people can also still make 1 million rooms if they want to, literally add |
closes #344, closes #353
i did something good
this took way too long