diff options
author | onefang | 2021-09-10 11:27:26 +1000 |
---|---|---|
committer | onefang | 2021-09-10 11:27:26 +1000 |
commit | daa3e79afdd8614231fdfb23fea6f8854b49475f (patch) | |
tree | d05673f3606c9041ed98173cc481fb36bc2d6a07 /example/etc | |
parent | Another database schema fix for crazy. (diff) | |
download | opensim-SC-daa3e79afdd8614231fdfb23fea6f8854b49475f.zip opensim-SC-daa3e79afdd8614231fdfb23fea6f8854b49475f.tar.gz opensim-SC-daa3e79afdd8614231fdfb23fea6f8854b49475f.tar.bz2 opensim-SC-daa3e79afdd8614231fdfb23fea6f8854b49475f.tar.xz |
Give Sandbox sim a new UUID if we use it.
Diffstat (limited to 'example/etc')
-rwxr-xr-x | example/etc/Sandbox.shini | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/example/etc/Sandbox.shini b/example/etc/Sandbox.shini index d356923..75e94e2 100755 --- a/example/etc/Sandbox.shini +++ b/example/etc/Sandbox.shini | |||
@@ -3,7 +3,7 @@ | |||
3 | 3 | ||
4 | [Region] | 4 | [Region] |
5 | RegionName = "Sandbox" | 5 | RegionName = "Sandbox" |
6 | RegionUUID = "7ed49d7a-6b50-4415-9991-3720e8f884d5" | 6 | RegionUUID = "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx" |
7 | Location = "100,100" | 7 | Location = "100,100" |
8 | SizeX = 256 | 8 | SizeX = 256 |
9 | SizeY = 256 | 9 | SizeY = 256 |