mirror of
https://github.com/Creators-of-Create/Create.git
synced 2025-02-12 13:25:01 +01:00
Allow for TrainHatInfoProvider to properly be extended
This commit is contained in:
parent
af54e8ecf3
commit
b9d3cdc857
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