public void OnConnectionRequest(User who)
 {
     if (this.GetConnection((object)who) == null)
     {
         return;
     }
     DevConsole.Log(DCSection.Steam, "|DGYELLOW|" + who.name + " has requested a connection.");
     Steam.AcceptConnection(who);
 }