Application cleanup (#485)
* Changed application to use background services and removed hacky http server startup * Small improvements and method removals * Removed Core dependency on Web application SDK * Fixed wrong imported type --------- Co-authored-by: Alex <clodanSPT@hotmail.com> Co-authored-by: Chomp <27521899+chompDev@users.noreply.github.com>
This commit is contained in:
@@ -35,11 +35,6 @@ public class ItemTplGenerator(
|
||||
// Load all onload components, this gives us access to most of SPTs injections
|
||||
foreach (var onLoad in _onLoadComponents)
|
||||
{
|
||||
if (onLoad is HttpCallbacks)
|
||||
{
|
||||
continue;
|
||||
}
|
||||
|
||||
await onLoad.OnLoad();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user