From b25ee19c2f78eabeaaef55bb30caed32f06ba255 Mon Sep 17 00:00:00 2001 From: Shane Church Date: Mon, 31 Dec 2018 22:09:41 -0600 Subject: [PATCH] Fixing Duplo Train Base Sound name for BRAKE --- consts.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/consts.ts b/consts.ts index 4798705..1124e4f 100644 --- a/consts.ts +++ b/consts.ts @@ -113,7 +113,7 @@ export enum ButtonState { * @property {number} STEAM 10 */ export enum DuploTrainBaseSound { - BREAK = 3, + BRAKE = 3, STATION_DEPARTURE = 5, WATER_REFILL = 7, HORN = 9,