Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move challenge contexts to the session #36

Merged
merged 1 commit into from Nov 20, 2022
Merged

Conversation

RDIL
Copy link
Member

@RDIL RDIL commented Nov 20, 2022

Closes #32

@RDIL RDIL added bug Something isn't working! saves Related to saving and loading. labels Nov 20, 2022
)) {
if (!session.challengeContexts) {
log(LogLevel.WARN, "Session does not have challenge contexts.")
log(LogLevel.WARN, "Challenges will be disabled!")
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

When mastery progression exists, it may be wise to change to "Progression will be disabled" as the global challenges should be tracked by the same system as normal challenges.

@LennardF1989
Copy link
Member

LennardF1989 commented Nov 20, 2022

Appears to have broken saving al together. I'll investigate where it comes from.

EDIT: Hmm, must have been a fluke. Did a clean check-out, did a test-run with a contract, saved midway, closed the game, closed the server, restarted, could continue where I left off properly without being kicked offline.

EDIT 2: Tested destination with actual challenges. All seems good!

@LennardF1989 LennardF1989 merged commit 840cd0b into v5 Nov 20, 2022
@LennardF1989 LennardF1989 deleted the challenge-contexts branch November 20, 2022 19:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working! saves Related to saving and loading.
Projects
Development

Successfully merging this pull request may close these issues.

None yet

3 participants