diff options
author | Melanie Thielker | 2008-12-01 19:08:58 +0000 |
---|---|---|
committer | Melanie Thielker | 2008-12-01 19:08:58 +0000 |
commit | 733faf9748bd675d2407d4969777c92549616eda (patch) | |
tree | 2feaa07fe2144f7bc89012fce3654da8d92d783c /OpenSim/Data/MySQL | |
parent | * minor: remove 2 mono compiler warnings (diff) | |
download | opensim-SC_OLD-733faf9748bd675d2407d4969777c92549616eda.zip opensim-SC_OLD-733faf9748bd675d2407d4969777c92549616eda.tar.gz opensim-SC_OLD-733faf9748bd675d2407d4969777c92549616eda.tar.bz2 opensim-SC_OLD-733faf9748bd675d2407d4969777c92549616eda.tar.xz |
Fix the terrain loader
Diffstat (limited to 'OpenSim/Data/MySQL')
-rw-r--r-- | OpenSim/Data/MySQL/MySQLRegionData.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Data/MySQL/MySQLRegionData.cs b/OpenSim/Data/MySQL/MySQLRegionData.cs index 73605f9..7efc375 100644 --- a/OpenSim/Data/MySQL/MySQLRegionData.cs +++ b/OpenSim/Data/MySQL/MySQLRegionData.cs | |||
@@ -527,7 +527,7 @@ namespace OpenSim.Data.MySQL | |||
527 | cmd.Dispose(); | 527 | cmd.Dispose(); |
528 | } | 528 | } |
529 | 529 | ||
530 | return null; | 530 | return terrain; |
531 | } | 531 | } |
532 | 532 | ||
533 | public void RemoveLandObject(UUID globalID) | 533 | public void RemoveLandObject(UUID globalID) |