Add default=true to Event_SetCounterActive.active for consistency with command

This commit is contained in:
DawnFire42 2026-06-15 11:23:59 -04:00
parent be5c989214
commit 156b4631cd
No known key found for this signature in database
GPG key ID: 24BB855EE2911B33

View file

@ -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];
} }