fix(core): Reverts change to Serial.IsValid (#596)
This commit is contained in:
parent
00ff4b9247
commit
25eb79278e
1 changed files with 1 additions and 1 deletions
|
|
@ -42,7 +42,7 @@ namespace Server
|
|||
public bool IsValid
|
||||
{
|
||||
[MethodImpl(MethodImplOptions.AggressiveInlining)]
|
||||
get => this != MinusOne;
|
||||
get => Value > 0;
|
||||
}
|
||||
|
||||
[MethodImpl(MethodImplOptions.AggressiveInlining)]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue