Skip to content

Commit

Permalink
Removed print
Browse files Browse the repository at this point in the history
  • Loading branch information
mircokroon committed Jun 29, 2024
1 parent 98bc015 commit f715269
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/java/game/data/WorldManager.java
Original file line number Diff line number Diff line change
Expand Up @@ -610,7 +610,6 @@ public Set<Coordinate2D> sendChunksToPlayer(Collection<Coordinate2D> desired) {
}

try {
System.out.println("Sending chunk of version " + chunk.getDataVersion() + " (running " + Config.versionReporter().getDataVersion() + ")");
PacketBuilder chunkData = chunk.toPacket();
PacketBuilder light = chunk.toLightPacket();
if (light != null) {
Expand Down

0 comments on commit f715269

Please sign in to comment.