mirror of
https://github.com/opensim/opensim.git
synced 2026-08-12 20:55:43 +08:00
* um, Prim crossings? Experimental.
* Backup your database just in case.
This commit is contained in:
@@ -70,7 +70,7 @@ namespace OpenSim.Framework
|
||||
|
||||
public virtual bool TriggerExpectPrim(ulong regionHandle, LLUUID primID, string objData)
|
||||
{
|
||||
if (OnExpectUser != null)
|
||||
if (OnExpectPrim != null)
|
||||
{
|
||||
OnExpectPrim(regionHandle, primID, objData);
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user