This commit is contained in:
Cinder Roxley
2024-06-30 18:14:07 -05:00
parent fc1d57c6f8
commit 137b87e573
7 changed files with 7 additions and 9 deletions

View File

@@ -264,7 +264,6 @@ namespace OpenMetaverse.TestClient
/// </summary>
/// <param name="cmd"></param>
/// <param name="fromAgentID"></param>
/// <param name="imSessionID"></param>
public void DoCommandAll(string cmd, UUID fromAgentID)
{
if (cmd == null)

View File

@@ -1,4 +1,4 @@
/**
/*
* Copyright (c) 2006-2016, openmetaverse.co
* Copyright (c) 2021-2022, Sjofn LLC.
* All rights reserved.

View File

@@ -1,4 +1,4 @@
/**
/*
* Copyright (c) 2006-2016, openmetaverse.co
* Copyright (c) 2021-2022, Sjofn LLC.
* All rights reserved.

View File

@@ -8,7 +8,7 @@ namespace OpenMetaverse.TestClient
[Serializable]
public class CommandLineArgumentsException : Exception
{
public CommandLineArgumentsException() : base()
public CommandLineArgumentsException()
{
}

View File

@@ -130,8 +130,8 @@ namespace OpenMetaverse.TestClient
/// <summary>
/// Initialize everything that needs to be initialized once we're logged in.
/// </summary>
/// <param name="login">The status of the login</param>
/// <param name="message">Error message on failure, MOTD on success.</param>
/// <param name="sender"></param>
/// <param name="e"></param>
public void LoginHandler(object sender, LoginProgressEventArgs e)
{
if (e.Status == LoginStatus.Success)