fix build break

viewer-2-initial-appearance
Justin Clark-Casey (justincc) 2010-10-13 22:18:57 +01:00
parent eeac2a9e6a
commit aa60c4b129
1 changed files with 1 additions and 1 deletions

View File

@ -79,7 +79,7 @@ namespace OpenSim.Data.MySQL
return false;
if (regionID == UUID.Zero)
return;
return false;
MySqlCommand cmd = new MySqlCommand();