diff options
author | mingchen | 2007-06-28 19:09:50 +0000 |
---|---|---|
committer | mingchen | 2007-06-28 19:09:50 +0000 |
commit | fe0528b98cfc13d26ac7f1bf6bc23655be1f52e5 (patch) | |
tree | 3ec7a1b247e84add390e962a58d26ec43c29e240 /OpenSim/Region/Communications/OGS1/CommunicationsOGS1.cs | |
parent | enabled physics plugin flying flags. (diff) | |
download | opensim-SC-fe0528b98cfc13d26ac7f1bf6bc23655be1f52e5.zip opensim-SC-fe0528b98cfc13d26ac7f1bf6bc23655be1f52e5.tar.gz opensim-SC-fe0528b98cfc13d26ac7f1bf6bc23655be1f52e5.tar.bz2 opensim-SC-fe0528b98cfc13d26ac7f1bf6bc23655be1f52e5.tar.xz |
*Added UUIDNameRequest packet support (untested, but should work -- at least in sandbox mode)
*Various small renamings
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Region/Communications/OGS1/CommunicationsOGS1.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Communications/OGS1/CommunicationsOGS1.cs b/OpenSim/Region/Communications/OGS1/CommunicationsOGS1.cs index f2b3b92..870f577 100644 --- a/OpenSim/Region/Communications/OGS1/CommunicationsOGS1.cs +++ b/OpenSim/Region/Communications/OGS1/CommunicationsOGS1.cs | |||
@@ -12,7 +12,7 @@ namespace OpenSim.Region.Communications.OGS1 | |||
12 | { | 12 | { |
13 | GridServer = gridInterComms; | 13 | GridServer = gridInterComms; |
14 | InterRegion = gridInterComms; | 14 | InterRegion = gridInterComms; |
15 | UserServer = new OGSUserServices(this); | 15 | UserServer = new OGS1UserServices(this); |
16 | } | 16 | } |
17 | } | 17 | } |
18 | } | 18 | } |