mirror of
https://github.com/opensim/opensim.git
synced 2026-08-04 16:22:50 +08:00
== string.Empty is .Lenght == 0
This commit is contained in:
@@ -219,7 +219,7 @@ namespace OpenSim.Server.Base
|
||||
public static T LoadPlugin<T> (string dllName, Object[] args) where T:class
|
||||
{
|
||||
// This is good to debug configuration problems
|
||||
//if (dllName == string.Empty)
|
||||
//if (dllName.Length == 0)
|
||||
// Util.PrintCallStack();
|
||||
|
||||
string className = String.Empty;
|
||||
|
||||
Reference in New Issue
Block a user