diff options
author | Justin Clark-Casey (justincc) | 2011-07-21 03:14:43 +0100 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2011-07-21 03:14:43 +0100 |
commit | d2d67a1abfe88e1f86e7edce279905602b8192cb (patch) | |
tree | 806fa6bbd1a9624870e72f7b9ddc3f536f24de82 /bin/OpenSimDefaults.ini | |
parent | minor: remove the pointless quotes from the GenerateMaptiles option (diff) | |
download | opensim-SC_OLD-d2d67a1abfe88e1f86e7edce279905602b8192cb.zip opensim-SC_OLD-d2d67a1abfe88e1f86e7edce279905602b8192cb.tar.gz opensim-SC_OLD-d2d67a1abfe88e1f86e7edce279905602b8192cb.tar.bz2 opensim-SC_OLD-d2d67a1abfe88e1f86e7edce279905602b8192cb.tar.xz |
remove pointless quotes from GenerateMaptiles option in OpenSimDefaults.ini
Diffstat (limited to '')
-rw-r--r-- | bin/OpenSimDefaults.ini | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/bin/OpenSimDefaults.ini b/bin/OpenSimDefaults.ini index ffb3063..b6b4d6b 100644 --- a/bin/OpenSimDefaults.ini +++ b/bin/OpenSimDefaults.ini | |||
@@ -216,10 +216,13 @@ | |||
216 | 216 | ||
217 | ;WorldMapModule = "WorldMap" | 217 | ;WorldMapModule = "WorldMap" |
218 | ;MapImageModule = "MapImageModule" | 218 | ;MapImageModule = "MapImageModule" |
219 | |||
219 | ; Set to false to not generate any maptiles | 220 | ; Set to false to not generate any maptiles |
220 | ;GenerateMaptiles = "true" | 221 | ;GenerateMaptiles = true |
222 | |||
221 | ; Refresh (in seconds) the map tile periodically | 223 | ; Refresh (in seconds) the map tile periodically |
222 | ;MaptileRefresh = 0 | 224 | ;MaptileRefresh = 0 |
225 | |||
223 | ; If not generating maptiles, use this static texture asset ID | 226 | ; If not generating maptiles, use this static texture asset ID |
224 | ;MaptileStaticUUID = "00000000-0000-0000-0000-000000000000" | 227 | ;MaptileStaticUUID = "00000000-0000-0000-0000-000000000000" |
225 | 228 | ||