Skip to content

Commit 1fc063b

Browse files
bugfix
1 parent 053eb02 commit 1fc063b

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

app/Bots.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -553,4 +553,6 @@ function* act_tc_jus_base_1(message, state, response, responseSystem, parting1,
553553
}
554554
}
555555

556-
export const act_tc_jus_1Moot_BR_e1 = act_tc_jus_base_1.bind(undefined, undefined, undefined, undefined, "Dann schau mal rüber zum Elektronischen Kommunikationsterminal im Moot Court Room (RESOWI, Bauteil B, Erdgeschloss)", "Aber achte UNBEDINGT auf die richtige Seriennummer: #11689");
556+
export function* act_tc_jus_1Moot_BR_e1(message, state, response, responseSystem) {
557+
yield* act_tc_jus_base_1.bind(message, state, response, responseSystem, "Dann schau mal rüber zum Elektronischen Kommunikationsterminal im Moot Court Room (RESOWI, Bauteil B, Erdgeschloss)", "Aber achte UNBEDINGT auf die richtige Seriennummer: #11689");
558+
}

0 commit comments

Comments
 (0)