Skip to content

Commit

Permalink
ref: removed Debug
Browse files Browse the repository at this point in the history
  • Loading branch information
Uhutown committed Nov 12, 2023
1 parent 951e5fa commit 486c2bb
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,6 @@ private static void sendToAll(final SignalStateInfo stateInfo,
}
final ByteBuffer buffer = packToByteBuffer(stateInfo, properties);
stateInfo.world.players().forEach(playerEntity -> sendTo(playerEntity, buffer));
System.out.println(stateInfo.world.players());
}

@SubscribeEvent
Expand Down

0 comments on commit 486c2bb

Please sign in to comment.