diff options
author | Justin Clark-Casey (justincc) | 2010-09-03 22:38:40 +0100 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2010-09-03 22:38:40 +0100 |
commit | b8da15c10448993a0bb81e8d1b1a31250515c1eb (patch) | |
tree | 55347dc096d139e3a12665ea8bef26f3ede55e4a /bin/OpenSim.ini.example | |
parent | Merge branch 'master' of ssh://opensimulator.org/var/git/opensim (diff) | |
download | opensim-SC_OLD-b8da15c10448993a0bb81e8d1b1a31250515c1eb.zip opensim-SC_OLD-b8da15c10448993a0bb81e8d1b1a31250515c1eb.tar.gz opensim-SC_OLD-b8da15c10448993a0bb81e8d1b1a31250515c1eb.tar.bz2 opensim-SC_OLD-b8da15c10448993a0bb81e8d1b1a31250515c1eb.tar.xz |
In RemoveAdminPlugin, use a .ini file template in XmlRpcCreateRegionMethod rather than an older XML one
This is a patch from http://opensimulator.org/mantis/view.php?id=4973. Thanks randomhuman
Diffstat (limited to 'bin/OpenSim.ini.example')
-rw-r--r-- | bin/OpenSim.ini.example | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example index 71c7e55..08726ea 100644 --- a/bin/OpenSim.ini.example +++ b/bin/OpenSim.ini.example | |||
@@ -640,7 +640,7 @@ | |||
640 | ; {2} - region UUID | 640 | ; {2} - region UUID |
641 | ; {3} - region port | 641 | ; {3} - region port |
642 | ; {4} - region name with " ", ":", "/" mapped to "_" | 642 | ; {4} - region name with " ", ":", "/" mapped to "_" |
643 | region_file_template = "{0}x{1}-{2}.xml" | 643 | region_file_template = "{0}x{1}-{2}.ini" |
644 | 644 | ||
645 | ; we can limit the number of regions that XmlRpcCreateRegion will | 645 | ; we can limit the number of regions that XmlRpcCreateRegion will |
646 | ; allow by setting this to a positive, non-0 number: as long as the | 646 | ; allow by setting this to a positive, non-0 number: as long as the |