Skip to content
This repository was archived by the owner on Jan 5, 2024. It is now read-only.

Commit 321d840

Browse files
committed
Fix k4 drink offset
1 parent 629ccf3 commit 321d840

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lmdirect/msgs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -394,7 +394,7 @@ def type(self):
394394
(DRINKS, "k1"): (DRINKS, "k1", OFFSET),
395395
(DRINKS, "k2"): (DRINKS, "k2", OFFSET),
396396
(DRINKS, "k3"): (DRINKS, "k3", OFFSET),
397-
(DRINKS, "k4"): (DRINKS, "k1", OFFSET),
397+
(DRINKS, "k4"): (DRINKS, "k4", OFFSET),
398398
CONTINUOUS: CONTINUOUS_OFFSET,
399399
}
400400

0 commit comments

Comments
 (0)