diff --git a/Projects/Server/Serial.cs b/Projects/Server/Serial.cs index cb92a3e89..5f76dde2f 100644 --- a/Projects/Server/Serial.cs +++ b/Projects/Server/Serial.cs @@ -42,7 +42,7 @@ namespace Server public bool IsValid { [MethodImpl(MethodImplOptions.AggressiveInlining)] - get => this != MinusOne; + get => Value > 0; } [MethodImpl(MethodImplOptions.AggressiveInlining)]