From ce1b0d26917f6c4da5ef1f8f53c64a004ca6be3b Mon Sep 17 00:00:00 2001 From: SantioMC Date: Thu, 18 Apr 2024 22:27:11 -0400 Subject: [PATCH] fix: Remove useless ram limit --- .../kotlin/me/santio/minehututils/commands/NetworkCommand.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/kotlin/me/santio/minehututils/commands/NetworkCommand.kt b/src/main/kotlin/me/santio/minehututils/commands/NetworkCommand.kt index ccd0be7..49f53ac 100644 --- a/src/main/kotlin/me/santio/minehututils/commands/NetworkCommand.kt +++ b/src/main/kotlin/me/santio/minehututils/commands/NetworkCommand.kt @@ -37,7 +37,7 @@ class NetworkCommand { | → Bedrock: ${playerDist.bedrockTotal.formatted()} (Lobby: ${playerDist.bedrockLobby.formatted()}, Servers: ${playerDist.bedrockPlayerServer.formatted()}) | | **Servers**: ${status.serverCount}/${status.serverMax} - | **RAM**: ${ceil(status.ramCount / 1000.0).toInt()}GB/${status.ramMax}GB + | **RAM**: ${ceil(status.ramCount / 1000.0).toInt()}GB | | *View player statistics at [Minehut Track](https://track.gamersafer.systems/)* """.trimMargin()