diff --git a/dist/config.toml b/dist/config.toml index 2889423..e64278e 100644 --- a/dist/config.toml +++ b/dist/config.toml @@ -2,4 +2,4 @@ drumMax = 20000 drumMin = 10000 -server = "https://divamodarchive.com" +server = "127.0.0.1" diff --git a/patches/amauth/dllmain.cpp b/patches/amauth/dllmain.cpp index b5d0c47..f050078 100644 --- a/patches/amauth/dllmain.cpp +++ b/patches/amauth/dllmain.cpp @@ -9,7 +9,7 @@ DWORD reg = 0; char server_ip[0x10]; -char *server_hostname = (char *)"https://divamodarchive.com"; +char *server_hostname = (char *)"127.0.0.1"; DEFINE_GUID (IID_CAuthFactory, 0x4603BB03, 0x058D, 0x43D9, 0xB9, 0x6F, 0x63, 0x9B, 0xE9, 0x08, 0xC1, 0xED); DEFINE_GUID (IID_CAuth, 0x045A5150, 0xD2B3, 0x4590, 0xA3, 0x8B, 0xC1, 0x15, 0x86, 0x78, 0xE1, 0xAC);