From d1b37ebdde8e579d7ecfaa249f282c657b169f92 Mon Sep 17 00:00:00 2001 From: Thijs Wiefferink Date: Sun, 30 Aug 2015 00:13:40 +0200 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Changelog.md b/Changelog.md index 22d0e2d..2c52ee8 100644 --- a/Changelog.md +++ b/Changelog.md @@ -51,7 +51,7 @@ * Fixed a small bug that would cause you to get teleported to the fallback spot instead of the `/as settp` one when you try to teleport to a sign but don`t have permission for it (AreaShop changes your request to a non-sign teleport if you do have permission for that in that case) * Added an extra option to `/as info` to list all regions that do not have a group, use `/as info nogroup`. * Added name change detection on login of the player (checks if the players name matches the saved name for the regions that are owned by the players, works because getting regions happens with the UUID) and if it changed it will update the region flags and signs. -* Changed that now all region flags and signs will be updated when starting the server, that way users don`t think that something does not work simply because the region is not updated. This can be turned off by setting `updateRegionsOnStartup` to false in the config (updating the region happens slowly so it should not cause any noticeable lag). +* Changed that now all region flags and signs will be updated when starting the server, that way users don't think that something does not work simply because the region is not updated. This can be turned off by setting `updateRegionsOnStartup` to false in the config (updating the region happens slowly so it should not cause any noticeable lag). * Removed the `/as updaterents` and `/as updatebuys` commands, became redundant because `/as reload` also updates all regions now so that can be used instead. * Fixed translation of color codes for greeting/farewell messages for WorldGuard 6.0+ users (this problem was caused by an unintended breaking change by WorldGuard, check [this ticket](http://dev.bukkit.org/bukkit-plugins/regionbuyandrent/tickets/26-color-issue/) for details).