mirror of
https://github.com/opensim/opensim.git
synced 2026-08-04 16:22:50 +08:00
place some limits on some profile pick fields
This commit is contained in:
@@ -1665,7 +1665,7 @@ namespace OpenSim.Region.OptionalModules.Agent.InternetRelayClientView.Server
|
||||
|
||||
}
|
||||
|
||||
public void SendPickInfoReply(UUID pickID, UUID creatorID, bool topPick, UUID parcelID, string name, string desc, UUID snapshotID, string user, string originalName, string simName, Vector3 posGlobal, int sortOrder, bool enabled)
|
||||
public void SendPickInfoReply(UUID pickID, UUID creatorID, bool topPick, UUID parcelID, string name, string desc, UUID snapshotID, string user, string originalName, string simName, Vector3d posGlobal, int sortOrder, bool enabled)
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user