Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
dries-c committed Mar 13, 2024
1 parent c9daaa8 commit c78de57
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
<dependency>
<groupId>io.netty.incubator</groupId>
<artifactId>netty-incubator-codec-native-quic</artifactId>
<version>0.0.59.Final</version>
<version>0.0.60.Final</version>
<classifier>linux-x86_64</classifier>
</dependency>
</dependencies>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ private void onBedrockBatch(@NonNull BedrockBatchWrapper batch) {
wrapper.release(); // release
batch.modify();

this.latency = (System.nanoTime() - this.lastPingTimestamp) / 2000;
this.latency = (System.nanoTime() - this.lastPingTimestamp) / 1000;
this.broadcastPing();
}
}
Expand Down

0 comments on commit c78de57

Please sign in to comment.