Don't update prefixes for Wilderness
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user