Skip to content

Commit

Permalink
Remove invalid profiler.pop()
Browse files Browse the repository at this point in the history
  • Loading branch information
Johni0702 committed Jan 11, 2021
1 parent 3b1fa1e commit f4f9dbf
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,6 @@ public void update(BooleanSupplier shouldKeepTicking) {
if (!shouldKeepTicking.getAsBoolean()) {
// if there's no more time, then just return immediately.
// Do not pass go. Do not store the partial missing set. Do not unload chunks based on partial data.
client.getProfiler().pop();
return;
}

Expand Down

0 comments on commit f4f9dbf

Please sign in to comment.