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:
@@ -10,6 +10,6 @@ public class PresetController
|
||||
/// </summary>
|
||||
public void Initialize()
|
||||
{
|
||||
throw new NotImplementedException();
|
||||
return; // TODO: actually implement
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user