Jump to content

Incompatible ModLoader Mod - NullPointerException


spacechase0

Recommended Posts

One of my mods works fine with RML, but causes a NullPointerException to be thrown when loading a world with FML. (I haven't tried to reproduce this though. This is a problem someone else was having).

 

The "ForgeModLoader-client-0.log" is here.

 

The code that causes the crash is:

public void clientConnect( NetClientHandler client )
{
	enabled = false;
	client.addToSendQueue( new Packet250CustomPayload( "SC0|SGCheck", null ) );
}

 

And the mod in question is here.

 

Am I missing something?

 

(I hope I gave enough information, and that this was the right place to post this. :P)

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now


×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.