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:
CWX
2025-01-11 21:43:43 +00:00
parent 0d158d2285
commit e2dbb7a092
7 changed files with 30 additions and 18 deletions
+1 -1
View File
@@ -187,6 +187,6 @@ public class GameController
public void Load()
{
throw new NotImplementedException();
return; // TODO: actually implement
}
}