Don't update prefixes for Wilderness
This commit is contained in:
@@ -25,6 +25,10 @@ public class FTeamWrapper {
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (faction.isNone()) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
if (!P.p.getConfig().getBoolean("scoreboard.default-prefixes", false)) {
|
if (!P.p.getConfig().getBoolean("scoreboard.default-prefixes", false)) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
@@ -46,6 +50,10 @@ public class FTeamWrapper {
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (faction.isNone()) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
if (!P.p.getConfig().getBoolean("scoreboard.default-prefixes", false)) {
|
if (!P.p.getConfig().getBoolean("scoreboard.default-prefixes", false)) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user