Skip to content

Commit

Permalink
For the love of god stop thinking Carpet-Fixes is the source off all …
Browse files Browse the repository at this point in the history
…your lag
  • Loading branch information
FxMorin committed Jul 5, 2023
1 parent ce1d798 commit 4ba09f0
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ public class MinecraftServer_crashFixMixin {
target = "Lnet/minecraft/server/world/ServerWorld;tick(Ljava/util/function/BooleanSupplier;)V"
)
)
private void catchExceptions(ServerWorld serverWorld, BooleanSupplier shouldKeepTicking){
private void replacedThisMethodIgnoreIt_CarpetFixesIsNotCausingLag(ServerWorld serverWorld,
BooleanSupplier shouldKeepTicking) {
if (!CFSettings.updateSuppressionCrashFix && !CFSettings.simulatedOutOfMemoryCrashFix) {
serverWorld.tick(shouldKeepTicking);
return;
Expand Down

0 comments on commit 4ba09f0

Please sign in to comment.