mirror of
https://github.com/opensim/opensim.git
synced 2026-08-09 02:36:00 +08:00
Sims can now load their datastore (their localworld class - prims/terrain/etc) from a file indicated by the grid server. This allows you to have a floating pool of regions tasked to whichever region they need to be at any time.
This commit is contained in:
@@ -168,7 +168,7 @@ namespace OpenGridServices.GridServer
|
||||
responseData["authkey"] = TheSim.regionSecret;
|
||||
|
||||
// New! If set, use as URL to local sim storage (ie http://remotehost/region.yap)
|
||||
responseData["datauri"] = TheSim.regionDataURI;
|
||||
responseData["data_uri"] = TheSim.regionDataURI;
|
||||
}
|
||||
|
||||
return response;
|
||||
|
||||
Reference in New Issue
Block a user