From ce7c8f5446f3e526b30669c1e6787da7ca661eae Mon Sep 17 00:00:00 2001 From: Blake Bourque Date: Wed, 24 Jun 2015 20:48:41 -0400 Subject: [PATCH] Fix the summary of RequestLogout (Existing Method) --- OpenMetaverse/NetworkManager.cs | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/OpenMetaverse/NetworkManager.cs b/OpenMetaverse/NetworkManager.cs index f294fcbb..4b28e9e7 100644 --- a/OpenMetaverse/NetworkManager.cs +++ b/OpenMetaverse/NetworkManager.cs @@ -704,9 +704,8 @@ namespace OpenMetaverse } /// - /// Initiate the logout process. Check if logout succeeded with the - /// OnLogoutReply event, and if this does not fire the - /// Shutdown() function needs to be manually called + /// Initiate the logout process. The Shutdown() function + /// needs to be manually called. /// public void RequestLogout() {