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

Commit

Permalink
Knew I forgot something
Browse files Browse the repository at this point in the history
Remove debug message
  • Loading branch information
Kenny-Hui committed May 5, 2023
1 parent d16ddae commit 7899b4a
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ public class RailwayDataRouteFinderModuleMixin {
public void tick(CallbackInfo ci) {
if(Config.mtrJourneyPlannerTickTime == -1 || (Config.mtrJourneyPlannerTickTime != 0 && !MTR.isGameTickInterval(Config.mtrJourneyPlannerTickTime))) {
ci.cancel();
} else {
System.out.println("Tick");
}
}
}
}

0 comments on commit 7899b4a

Please sign in to comment.