diff options
Diffstat (limited to 'protocols/Steam/src/steam_server.cpp')
-rw-r--r-- | protocols/Steam/src/steam_server.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/Steam/src/steam_server.cpp b/protocols/Steam/src/steam_server.cpp index d940e42ddd..323f3e3c33 100644 --- a/protocols/Steam/src/steam_server.cpp +++ b/protocols/Steam/src/steam_server.cpp @@ -20,6 +20,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. void CSteamProto::SendHeartBeat() { CMsgClientHeartBeat packet; - packet.has_send_reply = packet.send_reply = true; + packet.has_send_reply = true; packet.send_reply = false; WSSend(EMsg::ClientHeartBeat, packet); } |