Fix up the new Sirikata cient view
parent
045a44b1af
commit
8ad8bd6282
|
@ -449,7 +449,7 @@ namespace OpenSim.Client.Sirikata.ClientStack
|
|||
throw new System.NotImplementedException();
|
||||
}
|
||||
|
||||
public void SendGenericMessage(string method, List<string> message)
|
||||
public void SendGenericMessage(string method, List<Byte[]> message)
|
||||
{
|
||||
throw new System.NotImplementedException();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue