Mark the class scanner for removal

This commit is contained in:
Zontreck 2024-02-13 21:25:45 -07:00
parent 799f32bca7
commit 7e25ece9b0
2 changed files with 2 additions and 1 deletions

View file

@ -9,6 +9,8 @@ import java.util.Set;
import java.util.jar.JarEntry;
import java.util.jar.JarFile;
@Deprecated
/**
* Used internally. Do not directly invoke
* <br/>

View file

@ -111,7 +111,6 @@ public class EventDispatcher
subscribers.clear();
singleshot.clear();
ClassScanner.DoScan();
Post(new EventBusReadyEvent());
}