mirror of
https://github.com/opensim/opensim.git
synced 2026-08-08 02:05:34 +08:00
Correct casing on isGod and isViewerUIGod
This commit is contained in:
@@ -173,7 +173,7 @@ namespace OpenSim.Region.CoreModules.Avatar.Gods
|
||||
|
||||
sp.GrantGodlikePowers(token, godLike);
|
||||
|
||||
if (godLike && !sp.isViewerUIGod && DialogModule != null)
|
||||
if (godLike && !sp.IsViewerUIGod && DialogModule != null)
|
||||
DialogModule.SendAlertToUser(agentID, "Request for god powers denied");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user