Changed the AssetManager.RequestUpload function signature to more closely resemble the RequestAsset function, and added an overload to simplify the call
git-svn-id: http://libopenmetaverse.googlecode.com/svn/trunk@1336 52acb1d6-8a22-11de-b505-999d5b087335
This commit is contained in:
@@ -48,7 +48,7 @@ namespace SLProxy
|
||||
|
||||
public ProxyFrame(string[] args)
|
||||
{
|
||||
bool externalPlugin = false;
|
||||
//bool externalPlugin = false;
|
||||
this.args = args;
|
||||
|
||||
ProxyConfig proxyConfig = new ProxyConfig("SLProxy", "Austin Jennings / Andrew Ortman", args);
|
||||
@@ -75,7 +75,7 @@ namespace SLProxy
|
||||
Console.WriteLine("arg '" + sw + "' val '" + val + "'");
|
||||
if (sw == "--load")
|
||||
{
|
||||
externalPlugin = true;
|
||||
//externalPlugin = true;
|
||||
LoadPlugin(val);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user