diff options
Diffstat (limited to '')
-rwxr-xr-x | scripts/start-sim | 2 |
1 files changed, 1 insertions, 1 deletions
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 | |||
71 | title="ROBUST" | 71 | title="ROBUST" |
72 | elif [ "x$inventory" = "x" ]; then | 72 | elif [ "x$inventory" = "x" ]; then |
73 | exe="OpenSim" | 73 | exe="OpenSim" |
74 | # Grab the first Section line of the sims .xml file, cut it down to the name. | 74 | # Grab the first RegionName line of the sims .ini file, cut it down to the name. |
75 | title=$(getSimName ${num}) | 75 | title=$(getSimName ${num}) |
76 | fi | 76 | fi |
77 | 77 | ||