mirror of
https://github.com/opensim/opensim.git
synced 2026-08-10 19:36:07 +08:00
cosmetics ( i hope)
This commit is contained in:
@@ -220,9 +220,7 @@ namespace OpenSim.Region.Framework.Scenes
|
||||
|
||||
public void SetBypassPermissions(bool value)
|
||||
{
|
||||
SetBypassPermissionsHandler handler = OnSetBypassPermissions;
|
||||
if (handler != null)
|
||||
handler(value);
|
||||
OnSetBypassPermissions?.Invoke(value);
|
||||
}
|
||||
|
||||
public bool BypassPermissions()
|
||||
|
||||
Reference in New Issue
Block a user