mirror of
https://github.com/opensim/opensim.git
synced 2026-08-04 16:22:50 +08:00
Doh! need to return the response
This commit is contained in:
@@ -89,7 +89,7 @@ namespace OpenGridServices.GridServer
|
||||
|
||||
}
|
||||
}
|
||||
return "";
|
||||
return response;
|
||||
}
|
||||
|
||||
public SimProfileBase CreateNewProfile(string regionname, string caps_url, string sim_ip, uint sim_port, uint RegionLocX, uint RegionLocY, string sendkey, string recvkey) {
|
||||
|
||||
Reference in New Issue
Block a user