mirror of
https://github.com/libraryaddict/LibsDisguises.git
synced 2024-12-13 15:16:50 +01:00
Dirty fix
This commit is contained in:
parent
4fb298a33a
commit
8f37ff8e23
@ -345,6 +345,7 @@ public class PlayerDisguise extends TargetedDisguise {
|
||||
resendDisguise = !DisguiseConfig.isScoreboardNames() || isStaticName(name) || isStaticName(getName()) || resendDisguise;
|
||||
|
||||
if (resendDisguise) {
|
||||
playerName = name;
|
||||
resendDisguise(name, false);
|
||||
} else {
|
||||
if (getName().isEmpty() && !name.isEmpty() && !isNameVisible()) {
|
||||
|
Loading…
Reference in New Issue
Block a user