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