mirror of
https://github.com/FabricMC/fabric.git
synced 2024-11-14 19:25:23 -05:00
Post 1.17 cherry pick compile fix
This commit is contained in:
parent
427fb25ae7
commit
5356521177
1 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,7 @@ public final class ClientNetworking implements ClientModInitializer {
|
|||
PlayerEntity player = client.player;
|
||||
|
||||
Screen screen = screenFactory.create(
|
||||
((ExtendedScreenHandlerType<?>) type).create(syncId, player.inventory, buf),
|
||||
((ExtendedScreenHandlerType<?>) type).create(syncId, player.getInventory(), buf),
|
||||
player.getInventory(),
|
||||
title
|
||||
);
|
||||
|
|
Loading…
Reference in a new issue