Jump to content

JoinEvent isn't called (1.7.10)


RobinCirex

Recommended Posts

Hey, I'm currently working on a mod and for some reason, the join listener isn't called.
I've probably made somne stupid mistake and I'm gonna facepalm when realizing, but still, can someone help me? :P
 


	@EventHandler
	public void init(FMLInitializationEvent event) {
		MinecraftForge.EVENT_BUS.register(new PlayerJoinListener());
		proxy.init(event);

	}


	@SubscribeEvent
	public void onJoin(PlayerLoggedInEvent event) {
		System.out.println("test");
		event.player.addChatComponentMessage(new ChatComponentText("test"));
	}

 

  • Sad 1
Link to comment
Share on other sites

5 minutes ago, RobinCirex said:

Can you still help? ?

No one here has worked with 1.7.10 in so long we don't know the answers any more.

So, no.

Apparently I'm a complete and utter jerk and come to this forum just like to make fun of people, be confrontational, and make your personal life miserable.  If you think this is the case, JUST REPORT ME.  Otherwise you're just going to get reported when you reply to my posts and point it out, because odds are, I was trying to be nice.

 

Exception: If you do not understand Java, I WILL NOT HELP YOU and your thread will get locked.

 

DO NOT PM ME WITH PROBLEMS. No help will be given.

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.

Announcements



×
×
  • Create New...

Important Information

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