mirror of
https://github.com/opensim/opensim.git
synced 2026-05-28 04:45:37 +08:00
Added overload of SendGenericMessage to LLClientView with string list as parameter. Now modules themselfs don't necessarily need to convert strings to byte arrays. Added this as it was removed in LightShare patch.
This commit is contained in:
committed by
Justin Clark-Casey (justincc)
parent
6918446fcd
commit
4e45718833
@@ -461,6 +461,10 @@ namespace OpenSim.Region.Examples.SimpleModule
|
||||
|
||||
}
|
||||
|
||||
public void SendGenericMessage(string method, List<string> message)
|
||||
{
|
||||
}
|
||||
|
||||
public void SendGenericMessage(string method, List<byte[]> message)
|
||||
{
|
||||
|
||||
|
||||
Reference in New Issue
Block a user