= Warning cleanup
This commit is contained in:
@@ -4,11 +4,9 @@ import java.nio.file.Files;
|
|||||||
import java.nio.file.Path;
|
import java.nio.file.Path;
|
||||||
import java.nio.file.Paths;
|
import java.nio.file.Paths;
|
||||||
import java.util.ArrayList;
|
import java.util.ArrayList;
|
||||||
import java.util.function.Consumer;
|
|
||||||
import java.util.stream.Stream;
|
import java.util.stream.Stream;
|
||||||
|
|
||||||
//Reads in, handles, and manipulates plugins. Plugins are
|
// Reads in, handles, and manipulates plugins. Plugins are loaded in the order they appear in the folder.
|
||||||
//loaded in the order they appear in the folder.
|
|
||||||
public class PluginManager
|
public class PluginManager
|
||||||
{
|
{
|
||||||
public PluginLoader pluginLoader;
|
public PluginLoader pluginLoader;
|
||||||
|
|||||||
Reference in New Issue
Block a user