Skip to content

Commit

Permalink
sponge: Fix MainMixin
Browse files Browse the repository at this point in the history
  • Loading branch information
jpenilla committed Dec 9, 2023
1 parent a37fd05 commit a230ca5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ abstract class MainMixin {
method = "main",
at = @At(
value = "INVOKE",
target = "Lnet/minecraft/server/packs/repository/ServerPacksSource;createPackRepository(Ljava/nio/file/Path;)Lnet/minecraft/server/packs/repository/PackRepository;"
target = "Lnet/minecraft/server/packs/repository/ServerPacksSource;createPackRepository(Lnet/minecraft/world/level/storage/LevelStorageSource$LevelStorageAccess;)Lnet/minecraft/server/packs/repository/PackRepository;"
)
)
private static void startSquaremap(final String[] $$0, final CallbackInfo ci) {
Expand Down

0 comments on commit a230ca5

Please sign in to comment.