diff --git a/SharedLibraryCore/Utilities.cs b/SharedLibraryCore/Utilities.cs index 6dc35da55..827589c18 100644 --- a/SharedLibraryCore/Utilities.cs +++ b/SharedLibraryCore/Utilities.cs @@ -793,6 +793,8 @@ namespace SharedLibraryCore byte[] bytes = toTest.GetAddressBytes(); switch (bytes[0]) { + case 0: + return bytes[1] == 0 && bytes[2] == 0 && bytes[3] == 0; case 10: return true; case 172: