You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if (OptCarpetSettings.optimizePlayerConnect && (throwableinstanceofConcurrentModificationException)) {
42
-
OptCarpetAddition.LOGGER.fatal("[OptCarpetAddition] Unexpected exception when ticking world: " +serverWorld.toString(), throwable);
42
+
OptCarpetAddition.LOGGER.fatal("[OptCarpetAddition] Unexpected exception when ticking world: {}",serverWorld.toString(), throwable);
43
43
OptCarpetAddition.LOGGER.fatal("[OptCarpetAddition] If you see this message, you may need to restart the server. This exception may cause by OptCarpetAddition, if you think so, please send the reports to GitHub Issues.");
44
44
OptCarpetAddition.LOGGER.fatal("[OptCarpetAddition] I'm sorry to hear that.");
Copy file name to clipboardexpand all lines: src/main/java/io/github/optijava/opt_carpet_addition/mixins/rule/async/optimizePlayerConnect/ServerLoginNetworkHandler_Mixin.java
+3-3
Original file line number
Diff line number
Diff line change
@@ -29,11 +29,11 @@ public abstract class ServerLoginNetworkHandler_Mixin {
OptCarpetAddition.LOGGER.info("[OptCarpetAddition] " + player.getGameProfile().getName() + " joined successfully.");
36
+
OptCarpetAddition.LOGGER.info("[OptCarpetAddition] {} joined successfully.", player.getGameProfile().getName());
37
37
} catch (Throwablet) {
38
38
OptCarpetAddition.LOGGER.error("[OptCarpetAddition] Unexpected exception when player %s joined the game.".formatted(player.getGameProfile().getName()), t);
Copy file name to clipboardexpand all lines: src/main/java/io/github/optijava/opt_carpet_addition/mixins/rule/unescapeChatMessage/ChatMessageC2SPacket_Mixin.java
+1
Original file line number
Diff line number
Diff line change
@@ -18,6 +18,7 @@ public class ChatMessageC2SPacket_Mixin {
0 commit comments