Solved Creating a config...

Discussion in 'Plugin Development' started by SoTotallyRoary, Jul 8, 2013.

Thread Status:
Not open for further replies.
  1. I am making a configuration file in my mod however I get an error on this code here
    Code:java
    1. List<String> listTwo = NewArrayList<String>();


    The error is underneath the ( and that's it...

    anyone know why?
     
  2. Offline

    Lolmewn

    It should be new ArrayList<String>();
     
    SoTotallyRoary likes this.
  3. Offline

    Polunom

    There isn't a problem with that actually. Remember to space out "New" and "ArrayList"
     
    SoTotallyRoary likes this.
  4. I feel like a massive derp right now :p
     
Thread Status:
Not open for further replies.

Share This Page