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:
parent
c341676c95
commit
aeb8c0cbbb
@ -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");
|
||||
|
Loading…
Reference in New Issue
Block a user