fixed OpenSim.ini.example to include a inventory_server_url = http://127.0.0.1:8004 entry, seems that is the cause of a lot of people's inventory problems.
parent
678254235a
commit
6df9f21a5f
|
@ -71,6 +71,8 @@ user_recv_key = "null"
|
||||||
|
|
||||||
asset_server_url = "http://127.0.0.1:8003"
|
asset_server_url = "http://127.0.0.1:8003"
|
||||||
|
|
||||||
|
inventory_server_url = "http://127.0.0.1:8004"
|
||||||
|
|
||||||
[Chat]
|
[Chat]
|
||||||
whisper_distance = 10
|
whisper_distance = 10
|
||||||
say_distance = 30
|
say_distance = 30
|
||||||
|
|
Loading…
Reference in New Issue