Jump to content

Pandemic

Trade With Caution
  • Posts

    1628
  • Joined

  • Last visited

  • Days Won

    4
  • Feedback

    100%

Community Answers

  1. Pandemic's post in How can i detect if players are nearby? was marked as the answer   
    Change this:
     
    p != this.client.getMyPlayer()
     
    to
     
    !p.equals(client.getMyPlayer())
×
×
  • Create New...