mirror of
https://github.com/opensim/opensim.git
synced 2026-08-04 16:22:50 +08:00
* refactor: rename SendKiPrimitive to SendKillObject since this appears more descriptive of what it actually does
This commit is contained in:
@@ -356,7 +356,7 @@ namespace OpenSim.Region.Examples.SimpleModule
|
||||
|
||||
}
|
||||
|
||||
public virtual void SendKiPrimitive(ulong regionHandle, uint localID)
|
||||
public virtual void SendKillObject(ulong regionHandle, uint localID)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user