Fix the terrain loader

This commit is contained in:
Melanie Thielker
2008-12-01 19:08:58 +00:00
parent e31b8be54d
commit 733faf9748

View File

@@ -527,7 +527,7 @@ namespace OpenSim.Data.MySQL
cmd.Dispose();
}
return null;
return terrain;
}
public void RemoveLandObject(UUID globalID)