Skip to content
This repository has been archived by the owner on Nov 6, 2024. It is now read-only.

Commit

Permalink
Merge pull request #442 from EbatteSratte/main
Browse files Browse the repository at this point in the history
Based RPC
  • Loading branch information
Pan4ur authored Jul 21, 2024
2 parents a71c438 + 29ac1c2 commit bb494c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/thunder/hack/modules/client/RPC.java
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ private String getDetails() {
String result = "";

if (mc.currentScreen instanceof TitleScreen) {
result = isRu() ? "В главном меню" : "In Main menu";
result = isRu() ? "Трогает траву" : "Touching the grass";
} else if (mc.currentScreen instanceof MultiplayerScreen || mc.currentScreen instanceof AddServerScreen) {
result = isRu() ? "Выбирает сервер" : "Picks a server";
} else if (mc.getCurrentServerEntry() != null) {
Expand Down

0 comments on commit bb494c6

Please sign in to comment.