Skip to content

Commit d7be24d

Browse files
author
Hubert Plociniczak
committed
Use Ticket 0 to be consistent with the generated code
1 parent 4b9ddc5 commit d7be24d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/client/impl/ModelBase.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ public abstract class ModelBase : IFullModel
7979

8080
///<summary>Deprecated. When 0.9.1 is signed off, tickets can be removed
8181
///from the codec and this field can be deleted.</summary>
82-
public ushort TICKET = 1;
82+
public ushort TICKET = 0;
8383

8484
public event ModelShutdownEventHandler ModelShutdown
8585
{

0 commit comments

Comments
 (0)