Skip to content

Commit

Permalink
Update Trouser.java
Browse files Browse the repository at this point in the history
  • Loading branch information
etianl authored Aug 4, 2024
1 parent 86d62a3 commit 4754dd7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/main/java/pwn/noobs/trouserstreak/Trouser.java
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ public class Trouser extends MeteorAddon {
@Override
public void onInitialize() {
LOG.info("Initializing PantsMod!");
//Modules.get().add(new !!!!!Featuring powerful Griefing Tools and Home of the Original PaletteExploit for NewChunks!!!!!());
//Modules.get().add(new **Official Griefing Utilities of Mountains of Lava Inc.**());
//Modules.get().add(new !!!!!Featuring powerful Grief Tools and Home of the Original PaletteExploit for NewChunks!!!!!());
//Modules.get().add(new -----> Automated Lavacasting Features! Make Lava Mountains fast and easily! <-----());
Modules.get().add(new AutoMountain());
Modules.get().add(new AutoLavaCaster());
Expand Down Expand Up @@ -89,4 +90,4 @@ public String getPackage() {
return "pwn.noobs.trouserstreak";
}

}
}

0 comments on commit 4754dd7

Please sign in to comment.