From cd01d5cbc75dfb47ecb2c506ddbd7a6f94a778dd Mon Sep 17 00:00:00 2001 From: BroGamer <64546358+BroGamer4256@users.noreply.github.com> Date: Mon, 10 Oct 2022 23:15:26 +1300 Subject: [PATCH] Update docs --- PLUGINS.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/PLUGINS.md b/PLUGINS.md index c068170..f75a285 100644 --- a/PLUGINS.md +++ b/PLUGINS.md @@ -32,8 +32,8 @@ callback(0, 0, cardData, data); ``` void Card1Insert() ``` -Runs when user presses CARD_INSERT_1 +Runs when user presses CARD_INSERT_1, causes TAL to not insert a card if any plugins have this present ``` void Card2Insert() ``` -Runs when user presses CARD_INSERT_2 +Runs when user presses CARD_INSERT_2, causes TAL to not insert a card if any plugins have this present