Skip to content

Commit

Permalink
Use self class
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorianMichael committed Mar 25, 2024
1 parent c1b7418 commit c6ae615
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public class VAFMappingDataLoader extends BackwardsMappingDataLoader {
public static final VAFMappingDataLoader INSTANCE = new VAFMappingDataLoader();

public VAFMappingDataLoader() {
super(AprilFoolsMappings.class, "assets/viaaprilfools/data/");
super(VAFMappingDataLoader.class, "assets/viaaprilfools/data/");
}

@Override
Expand Down

0 comments on commit c6ae615

Please sign in to comment.