Skip to content

Commit 5c64068

Browse files
committed
Client config pls
1 parent 3aade62 commit 5c64068

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/dev/compactmods/crafting/client/ClientConfig.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ private static void generateConfig() {
6262
}
6363

6464
@SubscribeEvent
65-
public static void onLoad(final ModConfigEvent configEvent) {
65+
public static void onLoad(final ModConfigEvent.Reloading configEvent) {
6666
projectorColor = extractHexColor(PROJECTOR_COLOR.get(), 0x00FF6A00);
6767
projectorOffColor = extractHexColor(PROJECTOR_OFF_COLOR.get(), 0x00898989);
6868
placementTime = PLACEMENT_TIME.get();

0 commit comments

Comments
 (0)