mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-05 13:03:55 -07:00
Add default=true to Event_SetCounterActive.active for consistency with command
This commit is contained in:
parent
be5c989214
commit
156b4631cd
1 changed files with 1 additions and 1 deletions
|
|
@ -6,5 +6,5 @@ message Event_SetCounterActive {
|
||||||
optional Event_SetCounterActive ext = 2023;
|
optional Event_SetCounterActive ext = 2023;
|
||||||
}
|
}
|
||||||
optional sint32 counter_id = 1;
|
optional sint32 counter_id = 1;
|
||||||
optional bool active = 2;
|
optional bool active = 2 [default = true];
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue