From 933a1f806f3a971a8dbfdd3475ee9d5288176c96 Mon Sep 17 00:00:00 2001 From: Govindas Date: Mon, 21 Jun 2021 10:12:30 +0000 Subject: [PATCH] Explain world saving option better --- fastworldreset.sk | 1 + 1 file changed, 1 insertion(+) diff --git a/fastworldreset.sk b/fastworldreset.sk index d944dc4..5376f8f 100644 --- a/fastworldreset.sk +++ b/fastworldreset.sk @@ -16,6 +16,7 @@ options: #by default saving is only disabled in chunk-based reset worlds, not world-based reset ones. #this option disables world saving in all resettable worlds + #NOTE: this option is not fool-proof, the world may still get saved under some conditions, it only helps in some cases DisableSavingInAllResettableWorlds: false #------------- End of Configuration -------------