Jump to content

manawyrm

Members
  • Posts

    1
  • Joined

  • Last visited

Everything posted by manawyrm

  1. Hello keepcalm, in ForgeEventHandler.java your function onPlayerInteraction checks whether it runs on the Client. you do that like this: public void onPlayerInteraction(final PlayerInteractEvent ev) { if (!ready|| Side.CLIENT.isClient()) Side.CLIENT.isClient() does ALWAYS return true! Why are you doing this? This looks extremly strange. Especially when you consider that your code is always killed at that point via the return; statement. Please have a look into this! Thanks, Tobias (manawyrm@github)
×
×
  • Create New...

Important Information

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