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