You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Establish a system where players have a "max server count" that determines how
many servers they are allowed to create. Then, allow them to make a request for
creating a new server, which will only succeed if their (max_count - current_count) > 0.
The text was updated successfully, but these errors were encountered:
Establish a system where players have a "max server count" that determines how
many servers they are allowed to create. Then, allow them to make a request for
creating a new server, which will only succeed if their
(max_count - current_count) > 0
.The text was updated successfully, but these errors were encountered: