We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Torch Version: 1.x.xxx.xxx SE Version: 1.xxx.xxx latest version
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)
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"
The text was updated successfully, but these errors were encountered:
Need to investigate, I will in due course.
Sorry, something went wrong.
I also have the same issue.
No branches or pull requests
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
Observed Behavior
Keen will autosave when game stop.
see this log:
I think it can have some way to prevent autosave by keen ,or remove the arg "bool save" in torch command "!stop"
The text was updated successfully, but these errors were encountered: