mirror of
https://github.com/opensim/opensim.git
synced 2026-08-11 20:05:33 +08:00
split usermanagement adduser into simpler per case methods
This commit is contained in:
@@ -1022,13 +1022,9 @@ namespace OpenSim.Framework
|
||||
{
|
||||
m_log.ErrorFormat(
|
||||
"[UTIL]: Couldn't find native Windows library at {0}", nativeLibraryPath);
|
||||
|
||||
return false;
|
||||
}
|
||||
else
|
||||
{
|
||||
return true;
|
||||
}
|
||||
return true;
|
||||
}
|
||||
|
||||
public static bool IsEnvironmentSupported(ref string reason)
|
||||
|
||||
Reference in New Issue
Block a user