Fix gridproxy apps crashing on start
This commit is contained in:
@@ -70,7 +70,7 @@ namespace WinGridProxy
|
||||
|
||||
public ProxyManager(string port, string listenIP, string loginUri)
|
||||
{
|
||||
openmvAssembly = Assembly.Load("OpenMetaverse");
|
||||
openmvAssembly = Assembly.Load("LibreMetaverse");
|
||||
if (openmvAssembly == null) throw new Exception("Assembly load exception");
|
||||
|
||||
_Port = string.Format("--proxy-login-port={0}", port);
|
||||
|
||||
Reference in New Issue
Block a user