Torch
Torch copied to clipboard
can not stop without save by command !stop false
- [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"
Need to investigate, I will in due course.
I also have the same issue.