FML icon indicating copy to clipboard operation
FML copied to clipboard

Errors thrown during PlayerLoginEvent put FML into a bad state; errors get swallowed

Open skyboy opened this issue 11 years ago • 0 comments

Specifically, at line https://github.com/MinecraftForge/FML/blob/master/src/main/java/cpw/mods/fml/common/network/internal/FMLProxyPacket.java#L101 The dispatcher has not yet been set. A null check would probably suffice (I'm not familiar with the flow here), if it's not possible to assign the dispatcher earlier.

skyboy avatar Sep 16 '14 08:09 skyboy