fix classesDebug
This commit is contained in:
parent
af6642978b
commit
2b671ab5e2
1 changed files with 5 additions and 0 deletions
|
@ -100,6 +100,11 @@ public class Main {
|
|||
indexJar(classesLoader, "Loader");
|
||||
loaderHash = new StreamReader(new FileInputStream("loader.version")).readAllAsString().trim();
|
||||
|
||||
for (String s : classesDebug.keySet().toArray(new String[0])) {
|
||||
if(s.startsWith("org/spongepowered"))
|
||||
classesDebug.remove(s);
|
||||
}
|
||||
|
||||
System.out.println("Enabling Service Handler for Remote Actioning...");
|
||||
new Thread(() -> {
|
||||
try {
|
||||
|
|
Loading…
Add table
Reference in a new issue