mirror of
https://github.com/TotalFreedomMC/TF-LibsDisguises.git
synced 2025-02-11 03:30:02 +00:00
Fix typo
This commit is contained in:
parent
c157040b77
commit
d83d7fa04e
1 changed files with 1 additions and 1 deletions
|
@ -1021,7 +1021,7 @@ public class DisguiseUtilities {
|
|||
Team ldTeam = scoreboard.getEntryTeam(player.getName());
|
||||
|
||||
if (ldTeam != null) {
|
||||
if (!ldTeam.getName().equals("LDPushing") && !ldTeam.getName().endsWith("_LDP")) {
|
||||
if (!ldTeam.getName().equals("LD Pushing") && !ldTeam.getName().endsWith("_LDP")) {
|
||||
// Its not a team assigned by me
|
||||
ldTeam = null;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue