From 03de0ff25223b51ebdde975884f2e39d919cae18 Mon Sep 17 00:00:00 2001 From: Thijs Wiefferink Date: Sat, 1 Jun 2019 16:24:15 +0200 Subject: [PATCH] default.yml: fix spelling mistake --- AreaShop/src/main/resources/default.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AreaShop/src/main/resources/default.yml b/AreaShop/src/main/resources/default.yml index 38051bb..d110c24 100644 --- a/AreaShop/src/main/resources/default.yml +++ b/AreaShop/src/main/resources/default.yml @@ -10,7 +10,7 @@ general: # The y location within the region to start searching for safe teleport locations (x and z are in the middle of the region). # Possible values: 'bottom', 'middle', 'top' or a number indicating an exact y coordinate. teleportLocationY: bottom - # If true the teleportation algorithm only allows telportation to inside the region, otherwise it will expand + # If true the teleportation algorithm only allows teleportation to inside the region, otherwise it will expand # a cube from the starting point to check for safe spots (then it could end outside of the region). teleportIntoRegion: true # Same as above, but then for when you teleport to the sign of a region instead of the region itself.