aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rw-r--r--bin/OpenSim.ini.example4
1 files changed, 4 insertions, 0 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example
index 0682a3e..d61eef0 100644
--- a/bin/OpenSim.ini.example
+++ b/bin/OpenSim.ini.example
@@ -22,6 +22,10 @@ region_info_source = "filesystem"
22; except that everything is also enclosed in a <Regions> tag. 22; except that everything is also enclosed in a <Regions> tag.
23; regionload_webserver_url = "http://example.com/regions.xml"; 23; regionload_webserver_url = "http://example.com/regions.xml";
24 24
25; Draw objects on maptile. This step might take a long time if you've got a huge amount of
26; objects, so you can turn it off here if you'd like.
27DrawPrimOnMapTile = true
28
25; ## 29; ##
26; ## STORAGE 30; ## STORAGE
27; ## 31; ##