Plumb some more

This commit is contained in:
Melanie Thielker
2008-10-24 23:04:55 +00:00
parent c519b80680
commit 64f9f03e9a
9 changed files with 186 additions and 24 deletions

View File

@@ -52,7 +52,7 @@ namespace OpenSim.Region.Environment
};
}
private static LLSD buildEvent(string eventName, LLSD eventBody)
public static LLSD buildEvent(string eventName, LLSD eventBody)
{
LLSDMap llsdEvent = new LLSDMap(2);
llsdEvent.Add("message", new LLSDString(eventName));