From f921cb712e67893b44496192e5297335ed65caf7 Mon Sep 17 00:00:00 2001 From: onefang Date: Tue, 28 May 2019 06:19:38 +1000 Subject: Add [Region] .ini block. For including actual region definition in the normal .ini stack. Same as the usual Region.ini format, except we add a RegionName parameter. --- scripts/start-sim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/start-sim') diff --git a/scripts/start-sim b/scripts/start-sim index 3c6370f..4bcc803 100755 --- a/scripts/start-sim +++ b/scripts/start-sim @@ -71,7 +71,7 @@ if [ "x$tgt" = "xROBUST" ]; then title="ROBUST" elif [ "x$inventory" = "x" ]; then exe="OpenSim" - # Grab the first Section line of the sims .xml file, cut it down to the name. + # Grab the first RegionName line of the sims .ini file, cut it down to the name. title=$(getSimName ${num}) fi -- cgit v1.1