mirror of
https://github.com/opensim/opensim.git
synced 2026-08-08 02:05:34 +08:00
Oops. Next time try not to commit things at the same time as having important discussions on the IRC.
This commit is contained in:
@@ -197,7 +197,7 @@ namespace OpenSim.Servers.Connectors
|
||||
{
|
||||
// Placing this here, so that this work with old asset servers that don't send any reply back
|
||||
// SynchronousRestObjectRequester returns somethins that is not an empty string
|
||||
if (!"00000000-0000-0000-0000-000000000000".Equals(newID))
|
||||
if (newID != null)
|
||||
asset.ID = newID;
|
||||
|
||||
if (m_Cache != null)
|
||||
|
||||
Reference in New Issue
Block a user