mirror of
https://github.com/opensim/opensim.git
synced 2026-08-10 19:36:07 +08:00
Changed the interface of IAuthorizationService to get less data.
This commit is contained in:
@@ -48,7 +48,7 @@ namespace OpenSim.Services.AuthorizationService
|
||||
m_log.Info("[AUTHORIZATION CONNECTOR]: Local Authorization service enabled");
|
||||
}
|
||||
|
||||
public bool isAuthorizedForRegion(UserProfileData user, RegionInfo region)
|
||||
public bool IsAuthorizedForRegion(string userID, string regionID)
|
||||
{
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user