cyilcode / SteamQueryNet

Steam Server Query API written in netstandard2.0
MIT License
16 stars 14 forks source link

ServerInfo Players doesnt give true info #8

Open RestoreMonarchy opened 4 years ago

RestoreMonarchy commented 4 years ago

Hey

GetServerInfoAsync returns ServerInfo model with false info about current server players (Players property).

When server is empty the Players property is equal to 255 if there's one player on it then 0 if 4 players on it then `3

image image image

Coke21 commented 4 years ago

Hi, I also had a problem with MaxPlayers property. Most of the time it showed a correct number (checked it with https://www.battlemetrics.com/servers) but sometimes the number was wrong, e.g. if the server limit was 400 slots, then it showed 80. Once again, the problem might have been connected with the server itself or the library?

EgoBrainProgrammer commented 3 years ago

Using this library two years, no issies with getPlayers(), works fine for me.