Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added OldESP the worst way possible #435

Open
wants to merge 10 commits into
base: master
Choose a base branch
from
Prev Previous commit
Next Next commit
Update CarpinchoESP.java
  • Loading branch information
2b2tplayer authored Dec 9, 2022
commit 700ed986dee51157c4fad6a9a1a67dd77541fbeb
2 changes: 1 addition & 1 deletion src/main/java/com/matt/forgehax/mods/CarpinchoESP.java
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ public CarpinchoESP() {
// private final ResourceLocation carpincho = new ResourceLocation("textures/forgehax/carpincho.png");
private ResourceLocation carpincho;

private final String carpinchoUrl = "https://raw.githubusercontent.com/forgehax/assets/master/img/carpincho.png";
private final String carpinchoUrl = "https://cdn.discordapp.com/attachments/932122296863322172/1050581091259531284/carpincho.png";

private final File carpinchoCache =
Helper.getFileManager().getBaseResolve("cache/carpincho.png").toFile();
Expand Down