Remove a config option that was both a dupe and ignored
This commit is contained in:
		| @@ -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")); | ||||
|   | ||||
| @@ -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 | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user