Skip to content

Commit

Permalink
fix: fixed moved wrongly suppression issue
Browse files Browse the repository at this point in the history
  • Loading branch information
TheBv committed Dec 27, 2023
1 parent 87ea9d8 commit 8208505
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ private void iaf_lowerVehicleMovedWronglyLoggingLevel(Logger instance, String s,
if (this.player.getRootVehicle() instanceof EntityHippocampus) {
instance.debug(s,o);
} else {
original.call();
instance.warn(s,o);
}
}

Expand Down

0 comments on commit 8208505

Please sign in to comment.