Skip to content

Commit 9454c67

Browse files
committed
不是哥们?
1 parent a96964c commit 9454c67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/fun/qu_an/minecraft/asyncparticles/client/mixin/MixinSoundEngine.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ private void wrapTick(boolean bl, Operation<Void> original) {
3232
// FIXME: 查明原因
3333
original.call(bl);
3434
} catch (NullPointerException e) {
35-
LOGGER.error("Error while ticking particles", e);
35+
LOGGER.error("Error while ticking sound engine", e);
3636
}
3737
}
3838
}

0 commit comments

Comments
 (0)