#1261: Expand DataPack API with 1.20.2 pack version methods

By: Doc <nachito94@msn.com>
This commit is contained in:
CraftBukkit/Spigot
2023-09-27 07:10:02 +10:00
parent 3b107a0717
commit 1d153bf51a
2 changed files with 23 additions and 3 deletions

View File

@@ -32,7 +32,7 @@ public class CraftFeatureFlag implements FeatureFlag {
@Override
public String toString() {
return "CraftDataPack{key=" + this.getKey() + ",keyUniverse=" + this.getHandle().universe.toString() + "}";
return "CraftFeatureFlag{key=" + this.getKey() + ",keyUniverse=" + this.getHandle().universe.toString() + "}";
}
public static Set<CraftFeatureFlag> getFromNMS(FeatureFlagSet featureFlagSet) {