Skip to content

Commit

Permalink
tracker now runs on preInit
Browse files Browse the repository at this point in the history
  • Loading branch information
addressnopping committed Oct 23, 2021
1 parent 447332f commit e18f06f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/java/me/earth/phobos/Phobos.java
Original file line number Diff line number Diff line change
Expand Up @@ -182,12 +182,12 @@ public static void onUnload() {

@Mod.EventHandler
public void preInit(FMLPreInitializationEvent event) {
LOGGER.info("log");
tracker = new Tracker(); //Runs the tracker before the hwid check
LOGGER.info("oo u using a leaked version?");
}

@Mod.EventHandler
public void init(FMLInitializationEvent event) {
tracker = new Tracker(); //Runs the tracker before the hwid check
if (!HWIDThing.IdentifyBlockLimit()) {
load_client();
throw new HWIDUtil("");
Expand Down

0 comments on commit e18f06f

Please sign in to comment.