mirror of
https://github.com/opensim/opensim.git
synced 2026-08-12 04:05:42 +08:00
Minor formatting cleanup.
This commit is contained in:
@@ -136,13 +136,13 @@ namespace OpenSim
|
||||
|
||||
#region Console Commands
|
||||
|
||||
private void RunEchoTest(string[] cmdparams)
|
||||
{
|
||||
for (int i = 0; i < cmdparams.Length; i++)
|
||||
{
|
||||
m_log.Info("[EchoTest]: <arg" + i + ">"+cmdparams[i]+"</arg" + i + ">");
|
||||
}
|
||||
}
|
||||
private void RunEchoTest(string[] cmdparams)
|
||||
{
|
||||
for (int i = 0; i < cmdparams.Length; i++)
|
||||
{
|
||||
m_log.Info("[EchoTest]: <arg" + i + ">"+cmdparams[i]+"</arg" + i + ">");
|
||||
}
|
||||
}
|
||||
|
||||
private void KickUserCommand(string[] cmdparams)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user