diff options
-rw-r--r-- | Make-the-Lottery-Corner-generate-a-lucky-number-daily-instead-of-weekly.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Make-the-Lottery-Corner-generate-a-lucky-number-daily-instead-of-weekly.md b/Make-the-Lottery-Corner-generate-a-lucky-number-daily-instead-of-weekly.md index ada241e..cfb8667 100644 --- a/Make-the-Lottery-Corner-generate-a-lucky-number-daily-instead-of-weekly.md +++ b/Make-the-Lottery-Corner-generate-a-lucky-number-daily-instead-of-weekly.md @@ -74,7 +74,7 @@ RadioTower1FLuckyNumberManScript: ... ``` -Now the script will first check the flag's status and, in case it's set, proceed to reset it and also generate the new daily random number. But you might be wondering "Why did we modify `CheckLuckyNumberShowFlag` in the first place if we removed it?" Because we'll need this new version for the Lucky Number Show, which we're going to edit in the next step! +Now the script will first check the flag's status and, in case it's reset, proceed to generate the new daily random number. But you might be wondering "Why did we modify `CheckLuckyNumberShowFlag` in the first place if we ended up removing it?" Because we'll need this new version for the Lucky Number Show, which we're going to edit in the next step! ## 4. Edit the Lucky Number Show |