WilliamOverflowQvQ / StarSectorSystemGenerator

0 stars 0 forks source link

Current issues #1

Open WilliamOverflowQvQ opened 3 years ago

WilliamOverflowQvQ commented 3 years ago

-Syntax 'foreach (PlanetAPI ipapi : .....' should be 'for (PlanetAPI ipapi : ....' -Remove button of reference does not work properly.

+Should make planet type chosen able or at least have a list of type written. Good work tho.

WilliamOverflowQvQ commented 3 years ago

-Syntax for string compare in JAVA is not '==', use '.equals' instead!!! in reference planet creating, should be "if(((PlanetAPI)ipapi).getName().equals("Stygia"))..." instead of using '=='!