mirror of
https://github.com/SquidDev-CC/CC-Tweaked
synced 2026-07-21 10:38:54 +00:00
Merge branch 'mc-1.16.x' into mc-1.17.x
This commit is contained in:
@@ -236,7 +236,7 @@ public final class CommandComputerCraft
|
||||
@Override
|
||||
public AbstractContainerMenu createMenu( int id, @Nonnull Inventory player, @Nonnull Player entity )
|
||||
{
|
||||
return new ContainerViewComputer( id, computer );
|
||||
return new ContainerViewComputer( id, player, computer );
|
||||
}
|
||||
} );
|
||||
return 1;
|
||||
|
||||
Reference in New Issue
Block a user