minor: Remove unnecessary quoting in Regions.ini.example

0.8.1-post-fixes
Justin Clark-Casey (justincc) 2015-03-11 22:46:11 +00:00
parent 33a14f358b
commit c8cc768c85
1 changed files with 6 additions and 6 deletions

View File

@ -15,13 +15,13 @@
; * You MUST change this! It will NOT be done for you! ; * You MUST change this! It will NOT be done for you!
; * ; *
RegionUUID = "11111111-2222-3333-4444-555555555555" RegionUUID = 11111111-2222-3333-4444-555555555555
Location = "1000,1000" Location = 1000,1000
InternalAddress = "0.0.0.0" InternalAddress = 0.0.0.0
InternalPort = 9000 InternalPort = 9000
AllowAlternatePorts = False AllowAlternatePorts = False
ExternalHostName = "SYSTEMIP" ExternalHostName = SYSTEMIP
; * ; *
; * Variable-sized regions allows the creation of large, borderless spaces. ; * Variable-sized regions allows the creation of large, borderless spaces.
@ -67,13 +67,13 @@ ExternalHostName = "SYSTEMIP"
; * ; *
; * Now, there is a setting in [Map] in OpenSim.ini called ; * Now, there is a setting in [Map] in OpenSim.ini called
; * ; *
; * MaptileStaticUUID = "00000000-0000-0000-0000-000000000000" ; * MaptileStaticUUID = 00000000-0000-0000-0000-000000000000
; * ; *
; * where, given the criteria above, lets you specify the UUID of a texture asset to use ; * where, given the criteria above, lets you specify the UUID of a texture asset to use
; * as a maptile *Simulator Wide*. Here, you can override that on a per region basis for ; * as a maptile *Simulator Wide*. Here, you can override that on a per region basis for
; * Simulators that run multiple regions: ; * Simulators that run multiple regions:
; MaptileStaticUUID = "00000000-0000-0000-0000-000000000000" ; MaptileStaticUUID = 00000000-0000-0000-0000-000000000000
; * Region Specific Static Maptiles from file: ; * Region Specific Static Maptiles from file: