From 7bfcfc3e77cb7e31a6a987bc4cc3db0b291e1925 Mon Sep 17 00:00:00 2001 From: "narf0708@gmail.com" Date: Sun, 23 Feb 2025 17:09:28 -0500 Subject: [PATCH] TRUE -> FALSE for checksum match --- src/JubilifeLottery.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/JubilifeLottery.c b/src/JubilifeLottery.c index f5c33d6c55..6d71a4ad3b 100644 --- a/src/JubilifeLottery.c +++ b/src/JubilifeLottery.c @@ -96,7 +96,7 @@ BOOL ScrCmd_CheckForJubilifeLotteryWinner(ScriptContext *context) } } - return TRUE; + return FALSE; } BOOL ScrCmd_RandomizeJubilifeLottery(ScriptContext *ctx)