mirror of
https://github.com/opensim/opensim.git
synced 2026-08-01 06:06:06 +08:00
duhh why was i storing something to forget??
This commit is contained in:
@@ -4008,7 +4008,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api
|
||||
// no dataserver event
|
||||
};
|
||||
|
||||
UUID dummytis = m_AsyncCommands.DataserverPlugin.RegisterRequest(m_host.LocalId,
|
||||
m_AsyncCommands.DataserverPlugin.RegisterRequest(m_host.LocalId,
|
||||
m_item.ItemID, act);
|
||||
ScriptSleep(m_sleepMsOnEmail);
|
||||
}
|
||||
@@ -4097,7 +4097,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api
|
||||
m_emailModule.SendEmail(m_host.UUID, address, subject, message);
|
||||
};
|
||||
|
||||
UUID dummytis = m_AsyncCommands.DataserverPlugin.RegisterRequest(m_host.LocalId,
|
||||
m_AsyncCommands.DataserverPlugin.RegisterRequest(m_host.LocalId,
|
||||
m_item.ItemID, act);
|
||||
ScriptSleep(m_sleepMsOnEmail);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user