Attempting a fix for the previous commit
git-svn-id: http://libopenmetaverse.googlecode.com/svn/libopenmetaverse/trunk@3186 52acb1d6-8a22-11de-b505-999d5b087335
This commit is contained in:
@@ -377,6 +377,6 @@ namespace OpenMetaverse
|
||||
public static readonly UUID Zero = new UUID();
|
||||
|
||||
/// <summary>A cache of UUID.Zero as a string to optimize a common path</summary>
|
||||
private static readonly string ZeroString = UUID.Zero.ToString();
|
||||
private static readonly string ZeroString = Guid.Empty.ToString();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user