diff options
author | Justin Clark-Casey (justincc) | 2013-02-02 00:59:26 +0000 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2013-02-02 00:59:26 +0000 |
commit | 9588328242f4004446b5cc08251995b8d004b4f2 (patch) | |
tree | 3ee046d444d9c883183c3e54bfeb2f53fdd06617 /bin/OpenSimDefaults.ini | |
parent | Sit and Spin reduction. If sitting, slam avatar angular velocity to zero. (diff) | |
download | opensim-SC_OLD-9588328242f4004446b5cc08251995b8d004b4f2.zip opensim-SC_OLD-9588328242f4004446b5cc08251995b8d004b4f2.tar.gz opensim-SC_OLD-9588328242f4004446b5cc08251995b8d004b4f2.tar.bz2 opensim-SC_OLD-9588328242f4004446b5cc08251995b8d004b4f2.tar.xz |
Stop exceptions being thrown if GenerateMapTiles = false but no static map tile has been set. Do more informative warn instead.
Diffstat (limited to '')
-rw-r--r-- | bin/OpenSimDefaults.ini | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/bin/OpenSimDefaults.ini b/bin/OpenSimDefaults.ini index c60579b..6ebdb96 100644 --- a/bin/OpenSimDefaults.ini +++ b/bin/OpenSimDefaults.ini | |||
@@ -1,6 +1,20 @@ | |||
1 | ; This file contains defaults for various settings in OpenSimulator. These can be overriden | 1 | ; This file contains defaults for various settings in OpenSimulator. These can be overriden |
2 | ; by changing the same setting in OpenSim.ini (once OpenSim.ini.example has been copied to OpenSim.ini). | 2 | ; by changing the same setting in OpenSim.ini (once OpenSim.ini.example has been copied to OpenSim.ini). |
3 | 3 | ||
4 | [XMLRPC] | ||
5 | ;# {XmlRpcRouterModule} {} {Module used to route incoming llRemoteData calls} {XmlRpcRouterModule XmlRpcGridRouterModule} XmlRpcRouterModule | ||
6 | ;; If enabled and set to XmlRpcRouterModule, this will post an event, | ||
7 | ;; "xmlrpc_uri(string)" to the script concurrently with the first | ||
8 | ;; remote_data event. This will contain the fully qualified URI an | ||
9 | ;; external site needs to use to send XMLRPC requests to that script | ||
10 | ;; | ||
11 | ;; If enabled and set to XmlRpcGridRouterModule, newly created channels | ||
12 | ;; will be registered with an external service via a configured uri | ||
13 | XmlRpcRouterModule = "XmlRpcRouterModule" | ||
14 | |||
15 | ;# {XmlRpcPort} {} {Port for incoming llRemoteData xmlrpc calls} {} 20800 | ||
16 | XmlRpcPort = 20800 | ||
17 | |||
4 | 18 | ||
5 | [Startup] | 19 | [Startup] |
6 | ; Console prompt | 20 | ; Console prompt |