Skip to content

Commit 5da08eb

Browse files
author
alchav
committed
Slot data key typo fix
1 parent 4364799 commit 5da08eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

worlds/tetris_gb/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ async def game_watcher(self, ctx):
128128
(0xcc13, [1], "System Bus")
129129
]
130130

131-
if ctx.slot_data["cancel_outs"]:
131+
if ctx.slot_data["cancel_out"]:
132132
cancel_outs = min(items_received.count("Garbage Line") - self.garbage_lines_given,
133133
items_received.count("Clear Random Line") - self.clear_lines_given)
134134
self.garbage_lines_given += cancel_outs

0 commit comments

Comments
 (0)