mirror of
https://github.com/opensim/opensim.git
synced 2026-08-01 06:06:06 +08:00
Fix build break
This commit is contained in:
@@ -79,7 +79,7 @@ namespace OpenSim.Data.MySQL
|
||||
return false;
|
||||
|
||||
if (regionID == UUID.Zero)
|
||||
return;
|
||||
return false;
|
||||
|
||||
MySqlCommand cmd = new MySqlCommand();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user