mirror of
https://github.com/opensim/opensim.git
synced 2026-08-10 19:36:07 +08:00
Adding check permission CanIssueEstateCommand for osRegionNotice and new function osRegionNotice(string agentID, string msg)
Signed-off-by: UbitUmarov <ajlduarte@sapo.pt>
This commit is contained in:
committed by
UbitUmarov
parent
7120ffbc08
commit
99a23421a8
@@ -225,6 +225,11 @@ namespace OpenSim.Region.ScriptEngine.Shared.ScriptBase
|
||||
m_OSSL_Functions.osRegionNotice(msg);
|
||||
}
|
||||
|
||||
public void osRegionNotice(string agentID, string msg)
|
||||
{
|
||||
m_OSSL_Functions.osRegionNotice(agentID, msg);
|
||||
}
|
||||
|
||||
public bool osConsoleCommand(string Command)
|
||||
{
|
||||
return m_OSSL_Functions.osConsoleCommand(Command);
|
||||
|
||||
Reference in New Issue
Block a user