diff options
author | gareth | 2007-03-14 03:34:49 +0000 |
---|---|---|
committer | gareth | 2007-03-14 03:34:49 +0000 |
commit | 7a54467bed7e1da77f7e1a45ee01dfc709b5608d (patch) | |
tree | e0b575e4e87c4b127556597798186b7040d94b2a /src/OpenSimConsole.cs | |
parent | Merged ogs-cs into trunk (diff) | |
download | opensim-SC_OLD-7a54467bed7e1da77f7e1a45ee01dfc709b5608d.zip opensim-SC_OLD-7a54467bed7e1da77f7e1a45ee01dfc709b5608d.tar.gz opensim-SC_OLD-7a54467bed7e1da77f7e1a45ee01dfc709b5608d.tar.bz2 opensim-SC_OLD-7a54467bed7e1da77f7e1a45ee01dfc709b5608d.tar.xz |
merged new OpenSim from branches/ogs-cs
Diffstat (limited to '')
-rw-r--r-- | src/OpenSimConsole.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/OpenSimConsole.cs b/src/OpenSimConsole.cs index 00a4cee..cf8b648 100644 --- a/src/OpenSimConsole.cs +++ b/src/OpenSimConsole.cs | |||
@@ -175,7 +175,7 @@ namespace OpenSim | |||
175 | break; | 175 | break; |
176 | case "users": | 176 | case "users": |
177 | OpenSim.world.Avatar TempAv; | 177 | OpenSim.world.Avatar TempAv; |
178 | this.WriteLine(String.Format("{0,-16}{1,-16}{2,-25}{3,-25}{4,-16},{5,-16}","Firstname", "Lastname","Agent ID", "Session ID", "Circuit", "IP")); | 178 | this.WriteLine(String.Format("{0,-16}{1,-16}{2,-25}{3,-25}{4,-16}{5,-16}","Firstname", "Lastname","Agent ID", "Session ID", "Circuit", "IP")); |
179 | foreach (libsecondlife.LLUUID UUID in OpenSim_Main.local_world.Entities.Keys) { | 179 | foreach (libsecondlife.LLUUID UUID in OpenSim_Main.local_world.Entities.Keys) { |
180 | if(OpenSim_Main.local_world.Entities[UUID].ToString()== "OpenSim.world.Avatar") | 180 | if(OpenSim_Main.local_world.Entities[UUID].ToString()== "OpenSim.world.Avatar") |
181 | { | 181 | { |