mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 08:55:56 +08:00
Plumb some more
This commit is contained in:
@@ -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));
|
||||
|
||||
Reference in New Issue
Block a user