mirror of
https://github.com/opensim/opensim.git
synced 2026-08-08 02:05:34 +08:00
Remove compile error from returning value in void function
This commit is contained in:
@@ -149,7 +149,7 @@ namespace OpenSim.Region.CoreModules.Avatar.BakedTextures
|
||||
public void Store(UUID agentId, WearableCacheItem[] data)
|
||||
{
|
||||
if (m_URL == String.Empty)
|
||||
return null;
|
||||
return;
|
||||
|
||||
MemoryStream bakeStream = new MemoryStream();
|
||||
XmlTextWriter bakeWriter = new XmlTextWriter(bakeStream, null);
|
||||
|
||||
Reference in New Issue
Block a user