Doh! need to return the response
parent
d6cdbf7625
commit
c895649810
|
@ -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) {
|
public SimProfileBase CreateNewProfile(string regionname, string caps_url, string sim_ip, uint sim_port, uint RegionLocX, uint RegionLocY, string sendkey, string recvkey) {
|
||||||
|
|
Loading…
Reference in New Issue