Skip to content

Commit a0c66bc

Browse files
committed
Quick charms fix
1 parent 40dfef9 commit a0c66bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/src/main/java/parallelmc/parallelutils/modules/charms/listeners/PlayerJoinContainerListenerOverwrite.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ public void sendDataChange(@NotNull AbstractContainerMenu handler, int property,
7878

7979
@Override
8080
public RemoteSlot createSlot() {
81-
return null;
81+
return oldSynchronizer.createSlot();
8282
}
8383
});
8484
}

0 commit comments

Comments
 (0)