mirror of
https://github.com/opensim/opensim.git
synced 2026-08-11 03:45:35 +08:00
change MoapModule
This commit is contained in:
@@ -236,7 +236,7 @@ namespace OpenSim.Region.OptionalModules.Materials
|
||||
|
||||
private void preprocess(IOSHttpRequest request, IOSHttpResponse response, UUID agentID)
|
||||
{
|
||||
switch(request.HttpMethod)
|
||||
switch (request.HttpMethod)
|
||||
{
|
||||
case "GET":
|
||||
RenderMaterialsGetCap(request, response);
|
||||
|
||||
Reference in New Issue
Block a user