Remove a config option that was both a dupe and ignored

This commit is contained in:
libraryaddict 2021-03-21 22:38:25 +13:00
parent 6eaa42c1bb
commit 8ff6686b1e
2 changed files with 0 additions and 7 deletions

View File

@ -186,9 +186,6 @@ public class DisguiseConfig {
private static int maxClonedDisguises;
@Getter
@Setter
private static int playerDisguisesTablistExpires;
@Getter
@Setter
private static int uuidGeneratedVersion;
@Getter
@Setter
@ -606,7 +603,6 @@ public class DisguiseConfig {
setNameAboveHeadAlwaysVisible(config.getBoolean("NameAboveHeadAlwaysVisible"));
setNameOfPlayerShownAboveDisguise(config.getBoolean("ShowNamesAboveDisguises"));
setNameAboveDisguise(config.getString("NameAboveDisguise"));
setPlayerDisguisesTablistExpires(config.getInt("PlayerDisguisesTablistExpiry"));
setPlayerHideArmor(config.getBoolean("PlayerHideArmor"));
setRetaliationCombat(config.getBoolean("RetaliationCombat"));
setSaveGameProfiles(config.getBoolean("SaveGameProfiles"));

View File

@ -33,9 +33,6 @@ ShowPlayerDisguisesInTab: false
# On player disguise, a fake player is added to tablist so the skin can load properly.
# This option is ignored if 'ShowPlayerDisguisesInTab' is enabled.
# 3 ticks should easily be enough.
PlayerDisguisesTablistExpires: 3
# How many ticks before tab packet is sent to remove from tablist. This shouldn't need to be touched
TablistRemoveDelay: 3