LIBOMV-697 Corrects issue with WGP/Analyst where the incorrect assembly was being loaded for the packet injection method

git-svn-id: http://libopenmetaverse.googlecode.com/svn/libopenmetaverse/trunk@3126 52acb1d6-8a22-11de-b505-999d5b087335
This commit is contained in:
Jim Radford
2009-10-06 07:15:40 +00:00
parent c84de4e684
commit eeeb9ed4d0
2 changed files with 2 additions and 2 deletions

View File

@@ -69,7 +69,7 @@ public class Analyst : ProxyPlugin
public override void Init()
{
openmvAssembly = Assembly.Load("OpenMetaverse");
openmvAssembly = Assembly.Load("OpenMetaverseCore");
if (openmvAssembly == null) throw new Exception("Assembly load exception");
// build the table of /command delegates