ERROR =(

Discussion in 'Plugin Development' started by PiinGMotion, Dec 1, 2016.

Thread Status:
Not open for further replies.
  1. Offline

    PiinGMotion

  2. You have a NullPointerException on this line (152):
    Code:java
    1. if (data.getToggledPerks().contains(EnumPerk.NIGHTVISION)) {
    There are two possibillities, either "data" is null, or "getToggledPerks()" returns null.
     
  3. Offline

    Zombie_Striker

  4. Offline

    xPlumpOrange

    Because this statement can become null because maybe it doesn't have night vision so you might need to make an Else if statement to check if it's null. That's the best I got
     
  5. Offline

    Lordloss

    No, thats absolutely not the cause of this NPE. You should read the links too. Also look at my Signature.
     
Thread Status:
Not open for further replies.

Share This Page