finally enable cap GetAsset(ViewerAssets) by default. Note that users with FS6.0.x will have issues. They need to upgrade
parent
43094592d5
commit
190acf093a
|
@ -781,11 +781,11 @@
|
||||||
Cap_GetTexture = "localhost"
|
Cap_GetTexture = "localhost"
|
||||||
Cap_GetMesh = "localhost"
|
Cap_GetMesh = "localhost"
|
||||||
Cap_GetMesh2 = "localhost"
|
Cap_GetMesh2 = "localhost"
|
||||||
; Cap_GetAsset = "localhost" DO not ucoment this line. Some popular viewers still dont do it right for opensim. Here to easy testing
|
Cap_GetAsset = "localhost"
|
||||||
Cap_GetObjectCost = ""
|
Cap_GetObjectCost = ""
|
||||||
Cap_GetObjectPhysicsData = ""
|
Cap_GetObjectPhysicsData = ""
|
||||||
Cap_GroupProposalBallot = ""
|
Cap_GroupProposalBallot = ""
|
||||||
Cap_GroupMemberData = "localhost"
|
Cap_GroupMemberData = "localhost"
|
||||||
Cap_HomeLocation = "localhost"
|
Cap_HomeLocation = "localhost"
|
||||||
Cap_LandResources = ""
|
Cap_LandResources = ""
|
||||||
Cap_MapLayer = "localhost"
|
Cap_MapLayer = "localhost"
|
||||||
|
|
Loading…
Reference in New Issue