mirror of
https://github.com/opensim/opensim.git
synced 2026-08-12 12:25:42 +08:00
minor changes to last patch
This commit is contained in:
@@ -225,7 +225,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.ScriptBase
|
||||
m_OSSL_Functions.osRegionNotice(msg);
|
||||
}
|
||||
|
||||
public void osRegionNotice(string agentID, string msg)
|
||||
public void osRegionNotice(LSL_Key agentID, string msg)
|
||||
{
|
||||
m_OSSL_Functions.osRegionNotice(agentID, msg);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user