mirror of
https://github.com/opensim/opensim.git
synced 2026-08-04 16:22:50 +08:00
missing files
This commit is contained in:
@@ -174,8 +174,8 @@ namespace OpenSim.Region.ClientStack.Linden
|
||||
{
|
||||
string estateName = r["estate_name"].AsString();
|
||||
UUID invoice = r["invoice"].AsUUID();
|
||||
int sunHour = r["sun_hour"].AsInteger();
|
||||
bool sunFixed = r["is_sun_fixed"].AsBoolean();
|
||||
//int sunHour = r["sun_hour"].AsInteger();
|
||||
//bool sunFixed = r["is_sun_fixed"].AsBoolean();
|
||||
bool externallyVisible = r["is_externally_visible"].AsBoolean();
|
||||
bool allowDirectTeleport = r["allow_direct_teleport"].AsBoolean();
|
||||
bool denyAnonymous = r["deny_anonymous"].AsBoolean();
|
||||
@@ -190,7 +190,7 @@ namespace OpenSim.Region.ClientStack.Linden
|
||||
if (r.ContainsKey("override_environment"))
|
||||
allowEnviromentOverride = !r["override_environment"].AsBoolean();
|
||||
|
||||
ok = m_EstateModule.handleEstateChangeInfoCap(estateName, invoice, sunHour, sunFixed,
|
||||
ok = m_EstateModule.handleEstateChangeInfoCap(estateName, invoice,
|
||||
externallyVisible, allowDirectTeleport, denyAnonymous, denyAgeUnverified,
|
||||
alloVoiceChat, overridePublicAccess, allowEnviromentOverride);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user