mirror of
https://github.com/opensim/opensim.git
synced 2026-08-01 06:06:06 +08:00
Estate series, patch 9 (#9157)
Adds the new access semantics and the new flag (allow only age verified) Plumbs in the abuse email address from sim to viewer. The other way around, libomv appears to be lacking support for the data field in the packet. Includes a migration, run prebuild!
This commit is contained in:
6
OpenSim/Data/SQLite/Resources/008_RegionStore.sql
Normal file
6
OpenSim/Data/SQLite/Resources/008_RegionStore.sql
Normal file
@@ -0,0 +1,6 @@
|
||||
begin;
|
||||
|
||||
alter table estate_settings add column DenyMinors tinyint not null default 0;
|
||||
|
||||
commit;
|
||||
|
||||
Reference in New Issue
Block a user