diff options
author | David Seikel | 2011-02-08 20:09:17 +1000 |
---|---|---|
committer | David Seikel | 2011-02-10 14:55:07 +1000 |
commit | 5eeb6e8848a171a2f001c236f0ce533db8a08a6f (patch) | |
tree | e5722d6646568140ceb9473216db067cfc82f3f6 /linden/indra/llmessage/llregionflags.h | |
parent | The new height limit is not reflected in the max you can enter in the map TP ... (diff) | |
download | meta-impy-5eeb6e8848a171a2f001c236f0ce533db8a08a6f.zip meta-impy-5eeb6e8848a171a2f001c236f0ce533db8a08a6f.tar.gz meta-impy-5eeb6e8848a171a2f001c236f0ce533db8a08a6f.tar.bz2 meta-impy-5eeb6e8848a171a2f001c236f0ce533db8a08a6f.tar.xz |
For meta7 - while LL reserves the first 5 estate numbers for it's own use, we never did that here in meta7.
This causes a problem, since LL based viewers react differently to those first 5 estates. In particular
there are dire warnings and greyed out widgets in the estate access tools. In meta7 there are now 2 active
estates with numbers in the 1 to 5 range that are just ordinary estates, but their owners can't unban residents.
The server developers never gave me an answer about wether just renumbering the estates would cause any problems.
So I'll fix this in the meta7 viewer.
These sorts of things should be server side enforced policy anyway. This may break LL TPV, but meta7 does not care
about some other grids policies.
Diffstat (limited to 'linden/indra/llmessage/llregionflags.h')
-rw-r--r-- | linden/indra/llmessage/llregionflags.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/llmessage/llregionflags.h b/linden/indra/llmessage/llregionflags.h index 2324785..fd6d0a3 100644 --- a/linden/indra/llmessage/llregionflags.h +++ b/linden/indra/llmessage/llregionflags.h | |||
@@ -144,7 +144,7 @@ const U32 ESTATE_ORIENTATION = 2; | |||
144 | const U32 ESTATE_INTERNAL = 3; | 144 | const U32 ESTATE_INTERNAL = 3; |
145 | const U32 ESTATE_SHOWCASE = 4; | 145 | const U32 ESTATE_SHOWCASE = 4; |
146 | const U32 ESTATE_TEEN = 5; | 146 | const U32 ESTATE_TEEN = 5; |
147 | const U32 ESTATE_LAST_LINDEN = 5; // last linden owned/managed estate | 147 | const U32 ESTATE_LAST_LINDEN = 1; // last linden owned/managed estate |
148 | 148 | ||
149 | // for EstateOwnerRequest, setaccess message | 149 | // for EstateOwnerRequest, setaccess message |
150 | const U32 ESTATE_ACCESS_ALLOWED_AGENTS = 1 << 0; | 150 | const U32 ESTATE_ACCESS_ALLOWED_AGENTS = 1 << 0; |