Change-Id: Ibaa6d8c7eba4fe616faa5e78d946c9495d252fde

This commit is contained in:
Thomas Tan 2011-06-04 18:14:39 +08:00
parent 999be49f5c
commit a1e89457ff
1 changed files with 1 additions and 1 deletions

View File

@ -265,7 +265,7 @@ public class FactionsPlayerListener extends PlayerListener{
if ( ! Conf.territoryProtectedMaterials.contains(material)) {
return true;
}
}else{
} else {
if ( ! Conf.territoryProtectedMaterialsWhenOffline.contains(material)) {
return true;
}