Easy
This commit is contained in:
@@ -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)
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
/**
|
||||
/*
|
||||
* Copyright (c) 2006-2016, openmetaverse.co
|
||||
* Copyright (c) 2021-2022, Sjofn LLC.
|
||||
* All rights reserved.
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
/**
|
||||
/*
|
||||
* Copyright (c) 2006-2016, openmetaverse.co
|
||||
* Copyright (c) 2021-2022, Sjofn LLC.
|
||||
* All rights reserved.
|
||||
|
||||
@@ -8,7 +8,7 @@ namespace OpenMetaverse.TestClient
|
||||
[Serializable]
|
||||
public class CommandLineArgumentsException : Exception
|
||||
{
|
||||
public CommandLineArgumentsException() : base()
|
||||
public CommandLineArgumentsException()
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user