Change-Id: Ibaa6d8c7eba4fe616faa5e78d946c9495d252fde
This commit is contained in:
parent
999be49f5c
commit
a1e89457ff
@ -265,7 +265,7 @@ public class FactionsPlayerListener extends PlayerListener{
|
|||||||
if ( ! Conf.territoryProtectedMaterials.contains(material)) {
|
if ( ! Conf.territoryProtectedMaterials.contains(material)) {
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
}else{
|
} else {
|
||||||
if ( ! Conf.territoryProtectedMaterialsWhenOffline.contains(material)) {
|
if ( ! Conf.territoryProtectedMaterialsWhenOffline.contains(material)) {
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user