Remove deprecated isNone usages in favor of isWilderness

This commit is contained in:
drtshock
2015-09-08 11:46:48 -05:00
parent 088c6e11b1
commit 4414b1589f
12 changed files with 29 additions and 29 deletions

View File

@@ -491,7 +491,7 @@ public class EngineDynmap {
if (faction == null) {
return null;
}
if (faction.isNone()) {
if (faction.isWilderness()) {
return null;
}
String factionId = faction.getId();
@@ -506,7 +506,7 @@ public class EngineDynmap {
if (faction == null) {
return null;
}
if (faction.isNone()) {
if (faction.isWilderness()) {
return null;
}