mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 00:46:02 +08:00
change meshUploadFlagModule
This commit is contained in:
@@ -115,7 +115,7 @@ namespace OpenSim.Region.ClientStack.LindenCaps
|
||||
|
||||
public void UpdateAgentPreferences(IOSHttpRequest httpRequest, IOSHttpResponse httpResponse, UUID agent)
|
||||
{
|
||||
if(httpRequest.HttpMethod != "POST")
|
||||
if (httpRequest.HttpMethod != "POST")
|
||||
{
|
||||
httpResponse.StatusCode = (int)HttpStatusCode.NotFound;
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user