darthvader45 Posted December 19, 2015 Share Posted December 19, 2015 I have a rather annoying problem. Whenever a player right-clicks with any item while my mod is installed, the console prints player right click event text, like this: [server thread/INFO] [rapadmod]: Player right click: 1xitem.netherStalkSeeds@0 - RIGHT_CLICK_AIR - false How can I prevent that from happening? Quote Link to comment Share on other sites More sharing options...
darthvader45 Posted December 19, 2015 Author Share Posted December 19, 2015 Sounds like you are printing that out. Show your code. One other problem: I checked all my files for System.out.println, none have it, so it cannot be my mod files. Here's my code if you want to check it out (can't paste all my code into a spoiler, as it won't fit): Here Quote Link to comment Share on other sites More sharing options...
darthvader45 Posted December 19, 2015 Author Share Posted December 19, 2015 SugarEatEvent#onPlayerInteract Solved. Thank you. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.