mirror of
https://github.com/opensim/opensim.git
synced 2026-08-09 10:46:00 +08:00
updated the IAuthorizationService interface so that a message is passed back and can be displayed at the client when an avatar is denied access to a region
This commit is contained in:
@@ -40,7 +40,7 @@ namespace OpenSim.Services.Interfaces
|
||||
// This method returns a simple true false indicating
|
||||
// whether or not a user has access to the region
|
||||
//
|
||||
bool IsAuthorizedForRegion(string userID, string regionID);
|
||||
bool IsAuthorizedForRegion(string userID, string regionID, out string message);
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user