Move HTTP Proxy and remove and relocate duplicate code

This commit is contained in:
Tixx
2024-09-07 22:35:27 +02:00
parent de3888618a
commit 452fc1e484
7 changed files with 152 additions and 156 deletions

View File

@@ -36,7 +36,7 @@ int main(int argc, char* argv[]) {
fatal("Main 1 : " + std::string(e.what()));
}
StartProxy();
HTTP::StartProxy();
PreGame(GetGameDir());
InitGame(GetGameDir());
CoreNetwork();