Fix error in config comment

This commit is contained in:
Phoenix616 2017-07-24 15:04:58 +01:00
parent 4a71af39af
commit 0413f24e64
1 changed files with 1 additions and 1 deletions

View File

@ -133,7 +133,7 @@ public class Properties {
@ConfigurationComment("Do you want to only let people build inside regions?")
public static boolean WORLDGUARD_INTEGRATION = false;
@ConfigurationComment("Do you want to only let poeple build inside region flagged by doing /region regionName flag chestshop allow?")
@ConfigurationComment("Do you want to only let people build inside region flagged by doing /region regionName flag allow-shop allow?")
public static boolean WORLDGUARD_USE_FLAG = true;
@ConfigurationComment("Do you want ChestShop to respect WorldGuard's chest protection?")