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
fix(clientmod): null-guard entity data scan in ravengard session logger
getNonDefaultValues returns null rather than an empty list when an entity
carries no non-default data, and the rig discovery scan touches every
display in the level, so the first plain display crashed the client tick.
Guards all three call sites and wraps the tick body so a logger fault
degrades to a chat error instead of a crash.
Copy file name to clipboardExpand all lines: clientmod/src/main/java/gg/itzkatze/thehypixelrecreationmod/features/packetlog/RavengardSessionLogger.java
0 commit comments