TRUE -> FALSE for checksum match

This commit is contained in:
narf0708@gmail.com
2025-02-23 17:09:28 -05:00
parent 87a71f6728
commit 7bfcfc3e77

View File

@@ -96,7 +96,7 @@ BOOL ScrCmd_CheckForJubilifeLotteryWinner(ScriptContext *context)
}
}
return TRUE;
return FALSE;
}
BOOL ScrCmd_RandomizeJubilifeLottery(ScriptContext *ctx)