From a5202cdc9e79de1f69736b27cd9a9e4d71a6891e Mon Sep 17 00:00:00 2001 From: Realizedd Date: Wed, 13 Apr 2022 23:42:12 +0900 Subject: [PATCH] Update config wording --- arenaregen/src/main/resources/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arenaregen/src/main/resources/config.yml b/arenaregen/src/main/resources/config.yml index ffce518..6277208 100644 --- a/arenaregen/src/main/resources/config.yml +++ b/arenaregen/src/main/resources/config.yml @@ -3,7 +3,7 @@ selecting-tool: IRON_HOE experimental: - # If enabled, the extension will track block changes made by players mid match instead of scanning + # If enabled, the extension will track block changes made by players during the match instead of scanning # the entire arena after the match to locate the block changes. While much more efficient, this method # is unable to detect block changes caused by other plugins. If you're using such a plugin, avoid this option! # default: false