mirror of
https://github.com/opensim/opensim.git
synced 2026-07-13 19:14:51 +08:00
add some constants and reserve some linkset_data lsl event slots, compatible to mantis9081 patch, for now not accepted (any future implementation may diverge from that, even sl
This commit is contained in:
@@ -255,7 +255,7 @@ namespace OpenSim.Data.MySQL
|
||||
|
||||
public virtual void RemoveObject(UUID obj, UUID regionUUID)
|
||||
{
|
||||
// m_log.DebugFormat("[REGION DB]: Deleting scene object {0} from {1} in database", obj, regionUUID);
|
||||
//m_log.DebugFormat("[REGION DB]: Deleting scene object {0} from {1} in database", obj, regionUUID);
|
||||
|
||||
List<string> uuids = new List<string>();
|
||||
lock (m_dbLock)
|
||||
|
||||
Reference in New Issue
Block a user