mirror of
https://github.com/opensim/opensim.git
synced 2026-08-08 10:15:33 +08:00
Forgot to add this to my last commit 2 days ago. Async in the HGBroker too.
This commit is contained in:
@@ -267,7 +267,7 @@ namespace OpenSim.Region.CoreModules.ServiceConnectors.Asset
|
||||
|
||||
if (asset != null)
|
||||
{
|
||||
handler(id, sender, asset);
|
||||
handler.BeginInvoke(id, sender, asset, null, null);
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user