mirror of
https://github.com/Creators-of-Create/Create.git
synced 2024-12-25 14:36:29 +01:00
Merge pull request #6809 from IThundxr/patch-1
Allow for TrainHatInfoProvider to properly be extended
This commit is contained in:
commit
913a78cb0d
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ public abstract class TrainHatInfoProvider implements DataProvider {
|
|||
}
|
||||
|
||||
@Override
|
||||
public final String getName() {
|
||||
public String getName() {
|
||||
return "Create Train Hat Information";
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue