You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While working on dependency updates for VisualPinball.Engine.Mpf, we noticed an exception while parsing lights when a user presses Get Machine Description.
Coils and switches currently have a number node. Lights seem to be missing a number node:
While working on dependency updates for VisualPinball.Engine.Mpf, we noticed an exception while parsing lights when a user presses
Get Machine Description
.Coils and switches currently have a
number
node. Lights seem to be missing a number node:mpf/mpf/platforms/visual_pinball_engine/protobuf/platform.proto
Lines 20 to 35 in 97efc55
Other examples in the repo reference
number
for lights as well:mpf/mpf/benchmarks/machine_files/shows/config/config.yaml
Lines 1 to 11 in 56dcfb9
The text was updated successfully, but these errors were encountered: