1
0
mirror of https://github.com/demodude4u/Factorio-FBSR.git synced 2024-11-19 16:41:42 +02:00

Ignore warning on new instance

This commit is contained in:
Demod 2024-11-11 04:22:31 -05:00
parent c341676c95
commit aeb8c0cbbb

View File

@ -11,6 +11,7 @@ public class PluginFinder {
public void run();
}
@SuppressWarnings("deprecation")
public static List<Plugin> loadPlugins() {
List<Plugin> ret = new ArrayList<>();
File folder = new File("plugins");