public virtual void HandleRequestOutfit(Player player) { lock (lockThis) { player.AddRequestOutfit(); SendProtocolMessages(); } }