diff options
author | mingchen | 2007-07-12 16:19:32 +0000 |
---|---|---|
committer | mingchen | 2007-07-12 16:19:32 +0000 |
commit | b27924d0a53e7cf316e3d753d0631b3c221ed887 (patch) | |
tree | e75858c45d3f3bfa3185b8812545d83052a4a12c /OpenSim/Region/Environment/EstateManager.cs | |
parent | Next time maybe I should check it still compiles before committing. (diff) | |
download | opensim-SC-b27924d0a53e7cf316e3d753d0631b3c221ed887.zip opensim-SC-b27924d0a53e7cf316e3d753d0631b3c221ed887.tar.gz opensim-SC-b27924d0a53e7cf316e3d753d0631b3c221ed887.tar.bz2 opensim-SC-b27924d0a53e7cf316e3d753d0631b3c221ed887.tar.xz |
*Found and fixed bug that crashed viewer when logging in or viewing land owners
*Reenabled estate manager; remember, the master avatar is the only one that can use this (by default: Test User with password 'test')
*Still working on readding support for updating parcel information when logging in or moving into a new parcel
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Region/Environment/EstateManager.cs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/OpenSim/Region/Environment/EstateManager.cs b/OpenSim/Region/Environment/EstateManager.cs index b5a74ad..de0b040 100644 --- a/OpenSim/Region/Environment/EstateManager.cs +++ b/OpenSim/Region/Environment/EstateManager.cs | |||
@@ -71,7 +71,6 @@ namespace OpenSim.Region.Environment | |||
71 | switch (Helpers.FieldToUTF8String(packet.MethodData.Method)) | 71 | switch (Helpers.FieldToUTF8String(packet.MethodData.Method)) |
72 | { | 72 | { |
73 | case "getinfo": | 73 | case "getinfo": |
74 | Console.WriteLine("GETINFO Requested"); | ||
75 | this.sendRegionInfoPacketToAll(); | 74 | this.sendRegionInfoPacketToAll(); |
76 | 75 | ||
77 | break; | 76 | break; |