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

fix coop game close (exit raid) #103

Closed
wants to merge 1 commit into from
Closed

Conversation

trippyone
Copy link
Contributor

@trippyone trippyone commented Dec 15, 2023

Removed this line because:

  • It makes the function Stop from derived class BaseLocalGame return prematurely because it checks if Status = GameStatus.Stopped.
  • The Status is already handled in the Stop function, so we don't need to set it.

This fixes being unable to exit the raid.

Removed this line because:
- It makes the function Stop from derived class BaseLocalGame return because it checks if Status = GameStatus.Stopped.
- The Status is already handled in the Stop function, so we don't need to set it.

This fixes being unable to exit the raid.
Copy link

badge

Build Successful! You can find a link to the downloadable artifact below.

Name Link
Commit de8f7fe
Logs https://github.com/stayintarkov/StayInTarkov.Client/actions/runs/7217661848
Download https://github.com/stayintarkov/StayInTarkov.Client/suites/19067871928/artifacts/1116440787

@dounai2333
Copy link
Contributor

already fixed in Minor-General-Fixes-2 branch: 4aea036

@trippyone trippyone closed this Dec 15, 2023
@dounai2333 dounai2333 deleted the fix-coop-game-close branch December 17, 2023 09:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants