Skip to content

Commit

Permalink
fix: Remove useless ram limit
Browse files Browse the repository at this point in the history
  • Loading branch information
SantioMC committed Apr 19, 2024
1 parent 66b76f4 commit ce1b0d2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit ce1b0d2

Please sign in to comment.