mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 17:32:42 +08:00
revert previus commit
This commit is contained in:
@@ -48,7 +48,7 @@ namespace OpenSim.Services.Interfaces
|
||||
public interface ILoginService
|
||||
{
|
||||
LoginResponse Login(string firstName, string lastName, string passwd, string startLocation, UUID scopeID,
|
||||
string clientVersion, string channel, string mac, string id0, IPEndPoint clientIP);
|
||||
string clientVersion, string channel, string mac, string id0, IPEndPoint clientIP, bool LibOMVclient);
|
||||
Hashtable SetLevel(string firstName, string lastName, string passwd, int level, IPEndPoint clientIP);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user