File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
cardinal-components-chunk/src/main/java/org/ladysnake/cca/internal/chunk Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -41,8 +41,8 @@ public static void initClient() {
4141 ));
4242 }
4343 if (FabricLoader .getInstance ().isModLoaded ("fabric-lifecycle-events-v1" )) {
44- ClientChunkEvents .CHUNK_LOAD .register ((world , chunk ) -> ((ComponentProvider ) chunk ).getComponentContainer ().onServerLoad ());
45- ClientChunkEvents .CHUNK_UNLOAD .register ((world , chunk ) -> ((ComponentProvider ) chunk ).getComponentContainer ().onServerUnload ());
44+ ClientChunkEvents .CHUNK_LOAD .register ((world , chunk ) -> ((ComponentProvider ) chunk ).getComponentContainer ().onClientLoad ());
45+ ClientChunkEvents .CHUNK_UNLOAD .register ((world , chunk ) -> ((ComponentProvider ) chunk ).getComponentContainer ().onClientUnload ());
4646 }
4747 }
4848}
You can’t perform that action at this time.
0 commit comments