Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
Patbox committed Nov 21, 2024
1 parent 6159702 commit 32ea507
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ public record GameConfig<C>(

public static GameOpenProcedure openProcedure(MinecraftServer server, RegistryEntry<GameConfig<?>> config) {
//noinspection unchecked,rawtypes
var context = new GameOpenContext<>(server, config);
var context = new GameOpenContext(server, config);
//noinspection unchecked
return config.value().type().open(context);
}
Expand Down

0 comments on commit 32ea507

Please sign in to comment.