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

Commit

Permalink
Based RPC
Browse files Browse the repository at this point in the history
  • Loading branch information
EbatteSratte committed Jul 20, 2024
1 parent a71c438 commit 29ac1c2
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 29ac1c2

Please sign in to comment.