change meshUploadFlagModule

This commit is contained in:
UbitUmarov
2020-04-27 20:00:03 +01:00
parent b4fc5c33ec
commit 27ea249194
2 changed files with 20 additions and 27 deletions

View File

@@ -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;