Merge pull request #6809 from IThundxr/patch-1

Allow for TrainHatInfoProvider to properly be extended
This commit is contained in:
simibubi 2024-08-25 10:41:11 +02:00 committed by GitHub
commit 913a78cb0d
Failed to generate hash of commit

View file

@ -61,7 +61,7 @@ public abstract class TrainHatInfoProvider implements DataProvider {
}
@Override
public final String getName() {
public String getName() {
return "Create Train Hat Information";
}
}