Remove entity tag selector tag completion fix (#11964)
The fix was causing too many issues, it really needs a client-side fix MC-235045
This commit is contained in:
@@ -194,7 +194,6 @@ public class GlobalConfiguration extends ConfigurationPart {
|
||||
|
||||
public class Commands extends ConfigurationPart {
|
||||
public boolean suggestPlayerNamesWhenNullTabCompletions = true;
|
||||
public boolean fixTargetSelectorTagCompletion = true;
|
||||
public boolean timeCommandAffectsAllWorlds = false;
|
||||
}
|
||||
|
||||
|
||||
@@ -79,7 +79,8 @@ interface RemovedConfigurations {
|
||||
path("warnWhenSettingExcessiveVelocity"),
|
||||
path("logging", "use-rgb-for-named-text-colors"),
|
||||
path("unsupported-settings", "allow-grindstone-overstacking"),
|
||||
path("unsupported-settings", "allow-tripwire-disarming-exploits")
|
||||
path("unsupported-settings", "allow-tripwire-disarming-exploits"),
|
||||
path("commands", "fix-target-selector-tag-completion"),
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user