mirror of
https://github.com/Creators-of-Create/Create.git
synced 2025-01-27 21:38:05 +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
|
@Override
|
||||||
public final String getName() {
|
public String getName() {
|
||||||
return "Create Train Hat Information";
|
return "Create Train Hat Information";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue