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

can not stop without save by command !stop false #532

Open
1 task
SWQXDBA opened this issue Jan 17, 2023 · 2 comments
Open
1 task

can not stop without save by command !stop false #532

SWQXDBA opened this issue Jan 17, 2023 · 2 comments

Comments

@SWQXDBA
Copy link

SWQXDBA commented Jan 17, 2023

  • [y] Verify that this issue is related to Torch and not a Torch plugin or the vanilla game
  • [y] Ensure that the issue is reproducible for testing (provide a link to a test world if necessary)
  • Is this a suggestion?

Torch Version: 1.x.xxx.xxx SE Version: 1.xxx.xxx
latest version

Expected Behavior

when I run command !stop false,server should stop and don't save game.
the method is

 [Command("stop", "Stops the server.")]
 public void Stop(bool save = true, int countdownSeconds = 0)

Observed Behavior

Keen will autosave when game stop.
see this log:

[INFO]   Keen: Autosave in unload

I think it can have some way to prevent autosave by keen ,or remove the arg "bool save" in torch command "!stop"

@Bishbash777
Copy link
Member

Need to investigate, I will in due course.

@WesternGamer
Copy link
Contributor

I also have the same issue.

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

No branches or pull requests

3 participants