Update RegionFactions.java

This commit is contained in:
Niels Vergucht 2019-01-12 01:10:57 +00:00
parent e1cfc2f86a
commit 7770fd5b55

View File

@ -9,7 +9,7 @@ public class RegionFactions {
public static boolean canBuild(Player player, Location location) {
if (!EpicBuckets.getInstance().getConfigManager().isSupportFactions()) return true;
if (EpicBuckets.getInstance().getDescription().getAuthors().contains("Drtshock")) {
if (EpicBuckets.getInstance().getDescription().getAuthors().contains("drtshock")) {
/*
FactionsUUID and his clones/forks/whatever
*/