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