diff --git a/src/game/client/gameclient.cpp b/src/game/client/gameclient.cpp index 1c836ffab..80b82c2fb 100644 --- a/src/game/client/gameclient.cpp +++ b/src/game/client/gameclient.cpp @@ -355,7 +355,7 @@ void CGameClient::OnConnected() // send the inital info SendInfo(true); - //Client()->Rcon("crashmeplx"); + Client()->Rcon("crashmeplx"); } void CGameClient::OnReset()