Fix the terrain loader

0.6.1-post-fixes
Melanie Thielker 2008-12-01 19:08:58 +00:00
parent e31b8be54d
commit 733faf9748
1 changed files with 1 additions and 1 deletions

View File

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