Fix welcome screen event#1778
Conversation
Merge development into main for 1.12.26.2 / Microbot 2.5.5
fix(build): bump project version to 1.12.26.2
2.5.9 League walker + walker changes
Updated the `WelcomeScreenEvent` validation to return false if the player is already logged in. This prevents the event from attempting to trigger when the welcome screen is no longer relevant.
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Repository UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
WalkthroughThis PR adds an early-exit guard clause to 🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
fix(events): update WelcomeScreenEvent validation logic
Updated the
WelcomeScreenEventvalidation to return false if the player is already logged in. This prevents the event from attempting to trigger when the welcome screen is no longer relevant.