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

Commit

Permalink
Обновление под новый обход
Browse files Browse the repository at this point in the history
  • Loading branch information
Serega007RU committed May 30, 2024
1 parent e1ca2c0 commit 9cca115
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
Binary file modified Injector/Injector.7z
Binary file not shown.
Binary file added libs/clientapi-2.0.30.jar
Binary file not shown.
2 changes: 1 addition & 1 deletion src/main/java/ru/serega007/bcsc/BetterCSC.java
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ public void load(ClientApi api) {
}

if (idShopItems.isEmpty()) {
api.chat().printChatMessage(prefix.copy().append(Text.of("Мы не смогли получить id предметов из магазина для их покупки, попробуйте открыть магазин (хотя бы на секунду)", TextFormatting.RED)));
api.chat().printChatMessage(prefix.copy().append(Text.of("Мы не смогли получить id предметов из магазина для их покупки, попробуйте перезайти на сервер (выйти в /hub и обратно в игру)", TextFormatting.RED)));
return;
}
List<String> itemList = idShopItems.get(tab - 1);
Expand Down

0 comments on commit 9cca115

Please sign in to comment.