knoxfighter / intellij-factorio-autocompletion

Autocompletion for the Factorio-API within Jetbrains IDEs
MIT License
17 stars 5 forks source link

Fix lualib path entry. #4

Closed kalbert312 closed 4 years ago

knoxfighter commented 4 years ago

This makes no difference. The string is just used in zipEntry.getName().lastIndexOf(inZipDir); and then checked if it could be found.

Be advised, when you test the program, the complete plugin directory is deleted and therefore also all downloaded APIs are deleted and have to be downloaded again

kalbert312 commented 4 years ago

Gotcha. Nevermind then.