Converting to the new decrypted message_template.msg file shipped with Second Life, and some primexport fixes
git-svn-id: http://libopenmetaverse.googlecode.com/svn/trunk@201 52acb1d6-8a22-11de-b505-999d5b087335
This commit is contained in:
@@ -37,7 +37,7 @@ using libsecondlife;
|
||||
class Decoder {
|
||||
private static int BUFSIZE = 8096;
|
||||
|
||||
private static ProtocolManager protocol = new SecondLife("keywords.txt", "protocol.txt").Protocol;
|
||||
private static ProtocolManager protocol = new SecondLife("keywords.txt", "message_template.msg").Protocol;
|
||||
private static string grep = null;
|
||||
private static byte[] data = new byte[BUFSIZE];
|
||||
private static byte[] temp = new byte[BUFSIZE];
|
||||
|
||||
Reference in New Issue
Block a user