[Help] Config lists.

Discussion in 'Plugin Development' started by feff890, Jul 15, 2015.

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

    feff890

  2. What exactly is the error that you are getting? Could you post the error logs?
     
  3. Offline

    feff890

  4. Ah, you have set the condition in your for loop to be:
    Code:
    i <= outfits.length
    When it should be:
    Code:
    i < outfits.length
     
    feff890 likes this.
  5. Offline

    DoggyCode™

    I just hate to see basic mistakes like this :p
     
Thread Status:
Not open for further replies.

Share This Page