diff options
author | lbsa71 | 2007-09-20 23:47:32 +0000 |
---|---|---|
committer | lbsa71 | 2007-09-20 23:47:32 +0000 |
commit | ca611c6668c5a063ce92feb72ce14866fc3322a3 (patch) | |
tree | 15f856675fc2d12d73c96cd7f65ab83ea1681b15 /OpenSim/Region/Application | |
parent | * Some more presence refactoring (diff) | |
download | opensim-SC_OLD-ca611c6668c5a063ce92feb72ce14866fc3322a3.zip opensim-SC_OLD-ca611c6668c5a063ce92feb72ce14866fc3322a3.tar.gz opensim-SC_OLD-ca611c6668c5a063ce92feb72ce14866fc3322a3.tar.bz2 opensim-SC_OLD-ca611c6668c5a063ce92feb72ce14866fc3322a3.tar.xz |
* even more renaming and refactoring; the cleaning woman is on call.
Diffstat (limited to 'OpenSim/Region/Application')
-rw-r--r-- | OpenSim/Region/Application/OpenSimMain.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Application/OpenSimMain.cs b/OpenSim/Region/Application/OpenSimMain.cs index 66ae987..c40b018 100644 --- a/OpenSim/Region/Application/OpenSimMain.cs +++ b/OpenSim/Region/Application/OpenSimMain.cs | |||
@@ -588,7 +588,7 @@ namespace OpenSim | |||
588 | avatar.Firstname, | 588 | avatar.Firstname, |
589 | avatar.Lastname, | 589 | avatar.Lastname, |
590 | avatar.UUID, | 590 | avatar.UUID, |
591 | avatar.ControllingClient.AgentId, | 591 | avatar._ControllingClient.AgentId, |
592 | "Unknown", | 592 | "Unknown", |
593 | "Unknown", | 593 | "Unknown", |
594 | regionName)); | 594 | regionName)); |