mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 17:05:55 +08:00
== UUID.Zero is slow
This commit is contained in:
@@ -81,7 +81,7 @@ namespace OpenSim.Data.PGSQL
|
||||
if (pd.Length == 0)
|
||||
return false;
|
||||
|
||||
if (regionID == UUID.Zero)
|
||||
if (regionID.IsZero())
|
||||
return false;
|
||||
|
||||
using (NpgsqlConnection conn = new NpgsqlConnection(m_ConnectionString))
|
||||
|
||||
Reference in New Issue
Block a user