Skip to content
This repository has been archived by the owner on Nov 6, 2024. It is now read-only.

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
BroGamer4256 committed Sep 15, 2022
1 parent 6f998ad commit c894ebe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion patches/what_the_fuck/dllmain.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ class CAuth : public IUnknown {
strncpy_s (a1 + 44, 8, "08.18", 7);
strncpy_s (a1 + 52, 4, "0", 3);
strncpy_s (a1 + 56, 4, "PCB", 3);
strncpy_s (a1 + 60, 0x100, "https://v402-front.mucha-prd.nbgi-amnet.jp:10122/mucha_front/", 0xFF);
strncpy_s (a1 + 60, 0x100, "https://divamodarchive.com/", 0xFF);
return 0;
}
// Some config stuff, unsure if true or false wanted
Expand Down

0 comments on commit c894ebe

Please sign in to comment.