diff options
author | Diva Canto | 2010-01-10 16:20:59 -0800 |
---|---|---|
committer | Diva Canto | 2010-01-10 16:20:59 -0800 |
commit | 53e83e5dbb3590cb9c858aa301665357d1511b30 (patch) | |
tree | 732c828f49c3c54dc49bcd6eec86153ab76bc8ae /OpenSim/ApplicationPlugins | |
parent | Some typos fixed related to master avie removal (diff) | |
download | opensim-SC_OLD-53e83e5dbb3590cb9c858aa301665357d1511b30.zip opensim-SC_OLD-53e83e5dbb3590cb9c858aa301665357d1511b30.tar.gz opensim-SC_OLD-53e83e5dbb3590cb9c858aa301665357d1511b30.tar.bz2 opensim-SC_OLD-53e83e5dbb3590cb9c858aa301665357d1511b30.tar.xz |
* Starting to clean the house...
* Fixed circular dependency
Diffstat (limited to 'OpenSim/ApplicationPlugins')
-rw-r--r-- | OpenSim/ApplicationPlugins/RemoteController/RemoteAdminPlugin.cs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/OpenSim/ApplicationPlugins/RemoteController/RemoteAdminPlugin.cs b/OpenSim/ApplicationPlugins/RemoteController/RemoteAdminPlugin.cs index 85a3044..7c3bed9 100644 --- a/OpenSim/ApplicationPlugins/RemoteController/RemoteAdminPlugin.cs +++ b/OpenSim/ApplicationPlugins/RemoteController/RemoteAdminPlugin.cs | |||
@@ -1546,7 +1546,6 @@ namespace OpenSim.ApplicationPlugins.RemoteController | |||
1546 | uint regX = 1000; | 1546 | uint regX = 1000; |
1547 | uint regY = 1000; | 1547 | uint regY = 1000; |
1548 | string passwd = UUID.Random().ToString(); // No requirement to sign-in. | 1548 | string passwd = UUID.Random().ToString(); // No requirement to sign-in. |
1549 | CachedUserInfo UI; | ||
1550 | UUID ID = UUID.Zero; | 1549 | UUID ID = UUID.Zero; |
1551 | AvatarAppearance mava; | 1550 | AvatarAppearance mava; |
1552 | XmlNodeList avatars; | 1551 | XmlNodeList avatars; |