Skip to content

Commit e524e84

Browse files
committed
Add comment about the registered registerTicketController on th e mod bus
1 parent f7cdf1e commit e524e84

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/main/java/de/srendi/advancedperipherals/common/util/ChunkManager.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ public static ChunkManager load(@NotNull CompoundTag data) {
5454
return manager;
5555
}
5656

57+
// Registered using the mod bus in the main class
5758
public static void registerTicketController(RegisterTicketControllersEvent event) {
5859
event.register(controller);
5960
}

0 commit comments

Comments
 (0)