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

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