mirror of
https://github.com/opensim/opensim.git
synced 2026-08-01 06:06:06 +08:00
User level based restrictions for HyperGrid teleports, asset uploads, group creations and getting contacted from other grids. Incoming HyperGrid teleports can also be restricted to local users.
This commit is contained in:
@@ -4151,6 +4151,9 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api
|
||||
case 4: // DATA_RATING (0,0,0,0,0,0)
|
||||
reply = "0,0,0,0,0,0";
|
||||
break;
|
||||
case 7: // DATA_USERLEVEL (integer)
|
||||
reply = account.UserLevel.ToString();
|
||||
break;
|
||||
case 8: // DATA_PAYINFO (0|1|2|3)
|
||||
reply = "0";
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user