Closed jpalumickas closed 11 years ago
There's no way to check if a RCON "connection" to a GoldSrc server is authenticated, that's why GameServer#update_players
accepts a parameter for the RCON password. That way you can authenticate if you need the additional player information.
I tried and there was no extended information, so this is a bug. I gave to you an idea, how to check :)
Are you sure this is caused by not sending the RCON request at all? Please enable logging / $DEBUG
and check the output.
Hello,
In
steam-condenser/servers/goldsrc_server.rb
on methodrcon_auth
never set@rcon_authenticated
to true, so we cannot get extended players list.I have an idea how to check if authenticated or not. Maybe we can instantly make
rcon_exec('status')
onrcon_auth
and if it's not rescued toRCONNoAuthException
, then we can set@rcon_authenticated = true