Skip to content

Commit 86e03eb

Browse files
committed
added client dist to client event handler
1 parent 62da5bf commit 86e03eb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/dtteam/dtru/init/DTRUClient.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
import java.util.stream.Collectors;
1717

18-
@EventBusSubscriber(modid = DynamicTreesRU.MOD_ID)
18+
@EventBusSubscriber(modid = DynamicTreesRU.MOD_ID, value = Dist.CLIENT)
1919
public class DTRUClient {
2020

2121
public static void setup() {

0 commit comments

Comments
 (0)