mirror of
https://github.com/libraryaddict/LibsDisguises.git
synced 2024-11-04 08:59:47 +01:00
Fix typo
This commit is contained in:
parent
c157040b77
commit
d83d7fa04e
@ -1021,7 +1021,7 @@ public class DisguiseUtilities {
|
|||||||
Team ldTeam = scoreboard.getEntryTeam(player.getName());
|
Team ldTeam = scoreboard.getEntryTeam(player.getName());
|
||||||
|
|
||||||
if (ldTeam != null) {
|
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
|
// Its not a team assigned by me
|
||||||
ldTeam = null;
|
ldTeam = null;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user