Skip to content

Commit e75ee08

Browse files
committed
feat: register missing messages
1 parent 6219a87 commit e75ee08

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/main/java/com/mcdiamondfire/proto/ModAPIMessages.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@ public final class ModAPIMessages {
2828
registerMessage(S2CPlotInfo.class, "s2c_plot_info");
2929
registerMessage(S2CCodeOperationResult.class, "s2c_code_operation_result");
3030
registerMessage(S2CMultiCodeOperationsResult.class, "s2c_multi_code_operations_result");
31+
registerMessage(S2CPlotLineStarters.class, "s2c_plot_line_starters");
32+
registerMessage(S2CPlotLineStarterUpdate.class, "s2c_plot_line_starter_update");
33+
registerMessage(S2CPlotProfiling.class, "s2c_plot_profiling");
3134

3235
// Player.
3336
registerMessage(S2CPlayerCurrency.class, "s2c_player_currency");

0 commit comments

Comments
 (0)