mirror of
https://github.com/opensim/opensim.git
synced 2026-07-31 22:05:36 +08:00
remove a extra _
This commit is contained in:
@@ -87,7 +87,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.ScriptBase
|
||||
public const int PERMISSION_TELEPORT = 0x1000;
|
||||
public const int PERMISSION_SILENT_ESTATE_MANAGEMENT = 0x4000;
|
||||
public const int PERMISSION_OVERRIDE_ANIMATIONS = 0x8000;
|
||||
public const int PERMISSION__RETURN_OBJECTS = 0x10000;
|
||||
public const int PERMISSION_RETURN_OBJECTS = 0x10000;
|
||||
|
||||
public const int AGENT_FLYING = 0x1;
|
||||
//ApiDesc The agent has attachments
|
||||
|
||||
Reference in New Issue
Block a user