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
As server administrator, i chose to disable specific classes, for example, sniper. After fun rounds it gets enabled back, ignoring what i have set in console or config file
The text was updated successfully, but these errors were encountered:
bretonium
changed the title
Fun rounds reset availability settings
Fun rounds reset class availability settings
Mar 15, 2019
This means that we have a reliable and fast way to query for extended info,
while also not wasting network bandwidth.
The protocol is designed to be extensible, there's four bytes space for
encoding more request types (currently zeroed), and there's one string in each
response packet and one string for each player available (currently the empty
string).
The protocol itself has no problems with more than 64 players, although the
current client implementation will drop the player info after the 64th player,
because it uses a static array for storage.
Also fixes #130, the player list is just sorted each time new player info
arrives.
(cherry picked from commit 1d81d568502cfc548e01912595a25da166335b37)
As server administrator, i chose to disable specific classes, for example, sniper. After fun rounds it gets enabled back, ignoring what i have set in console or config file
The text was updated successfully, but these errors were encountered: