Add temp logging, Move Http to be last in the order as its currently blocking, a few exceptions blocked out onLoad methods
This commit is contained in:
@@ -43,7 +43,7 @@ public class ModCallbacks : OnLoad
|
||||
// if (ProgramStatics.MODS) {
|
||||
// await this.postSptModLoader.load();
|
||||
// } TODO: needs to be implemented
|
||||
throw new NotImplementedException();
|
||||
return;
|
||||
}
|
||||
|
||||
public string GetRoute()
|
||||
|
||||
Reference in New Issue
Block a user