Skip to content

Commit

Permalink
remove dot
Browse files Browse the repository at this point in the history
  • Loading branch information
xGinko committed Mar 28, 2023
1 parent 1de3228 commit 975e60c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ private void reloadTasks() {
scheduler.runTaskTimerAsynchronously(this, () -> {
fileSize = count() / 1048576.0D / 1000.0D;
if (configCache.log_is_enabled) {
logger.info("Updated filesize asynchronously. "
logger.info("Updated filesize asynchronously "
+ "(Real size: " + configCache.filesize_display_format.format(fileSize) + "GB, "
+ "Spoofed size: " + configCache.filesize_display_format.format(fileSize + configCache.additional_spoofed_filesize) + "GB). "
+ "Unique player joins: " + uniquePlayers
Expand Down

0 comments on commit 975e60c

Please sign in to comment.