Closed DrZoddiak closed 2 years ago
While this kind of fixes the stack trace, it probably doesn't fix the actual issue at hand because the reloadable should have fired before this point. I looked at the stacktrace in Discord and noticed it's SF being used, I wonder if the StartingEngineEvent<Server>
isn't firing.
(i.e. it worked on SpongeVanilla)
It fires it, I logged the event happening: [12:37:42] [Server thread/INFO] [lifecycle-events/]: StartingEngineEvent
Gonna have to make sure reload events are firing.
I've opted to do this for now, because if this is the case, reloadables haven't fired so I need to do it manually. cheers for looking though!