Skip to content

Commit

Permalink
AWA
Browse files Browse the repository at this point in the history
  • Loading branch information
Aspw-w committed Apr 28, 2024
1 parent 296a114 commit bed47d6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion src/main/java/net/aspw/client/Launch.kt
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ object Launch {
const val CLIENT_FOLDER = "NightX-Client"
const val CLIENT_VERSION = "B110"
const val CLIENT_CHAT = "§c[$CLIENT_BEST] §r"
const val CLIENT_PROTOCOL_RANGE = "1.7.2 to 1.20.6"

var isStarting = false

Expand Down
4 changes: 2 additions & 2 deletions src/main/java/net/aspw/client/visual/client/GuiMainMenu.kt
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,8 @@ class GuiMainMenu : GuiScreen(), GuiYesNoCallback {
-1
)
FontLoaders.SF20.drawStringWithShadow(
Launch.CLIENT_BEST + " Client - " + Launch.CLIENT_PROTOCOL_RANGE,
width - 4F - FontLoaders.SF20.getStringWidth(Launch.CLIENT_BEST + " Client - " + Launch.CLIENT_PROTOCOL_RANGE).toDouble(),
Launch.CLIENT_BEST + " Client",
width - 4F - FontLoaders.SF20.getStringWidth(Launch.CLIENT_BEST + " Client").toDouble(),
height - 23F.toDouble(),
-1
)
Expand Down

0 comments on commit bed47d6

Please sign in to comment.