mirror of
https://github.com/songoda/EpicBuckets.git
synced 2025-02-21 14:11:47 +01:00
Update RegionFactions.java
This commit is contained in:
parent
e1cfc2f86a
commit
7770fd5b55
@ -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
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user