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

Commit

Permalink
Fix k4 drink offset
Browse files Browse the repository at this point in the history
  • Loading branch information
rccoleman committed Jan 24, 2021
1 parent 629ccf3 commit 321d840
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lmdirect/msgs.py
Original file line number Diff line number Diff line change
Expand Up @@ -394,7 +394,7 @@ def type(self):
(DRINKS, "k1"): (DRINKS, "k1", OFFSET),
(DRINKS, "k2"): (DRINKS, "k2", OFFSET),
(DRINKS, "k3"): (DRINKS, "k3", OFFSET),
(DRINKS, "k4"): (DRINKS, "k1", OFFSET),
(DRINKS, "k4"): (DRINKS, "k4", OFFSET),
CONTINUOUS: CONTINUOUS_OFFSET,
}

Expand Down

0 comments on commit 321d840

Please sign in to comment.