mirror of
https://github.com/PretendoNetwork/Inkay.git
synced 2025-04-02 11:02:05 -04:00
Compare commits
2 commits
408e371352
...
8c36e8cc5d
Author | SHA1 | Date | |
---|---|---|---|
|
8c36e8cc5d | ||
|
9e3f4d37d2 |
2 changed files with 1 additions and 2 deletions
|
@ -36,6 +36,7 @@ static const URL_Patch url_patches[] = {
|
|||
{0xE22B3FFC, "https://nus.c.shop.pretendo.cc/nus/services/NetUpdateSOAP"},
|
||||
{0xE229DE0C, "n.app.pretendo.cc"},
|
||||
//nim-boss .bss
|
||||
{0xE24B8A24, "https://nppl.app.pretendo.cc/p01/policylist/1/1/UNK"},
|
||||
{0xE31930D4, "https://%s%saccount.pretendo.cc/v%u/api/"}
|
||||
|
||||
};
|
||||
|
|
|
@ -135,7 +135,6 @@ static const char * get_pretendo_message() {
|
|||
}
|
||||
|
||||
INITIALIZE_PLUGIN() {
|
||||
WHBLogModuleInit();
|
||||
WHBLogCafeInit();
|
||||
WHBLogUdpInit();
|
||||
|
||||
|
@ -202,7 +201,6 @@ DEINITIALIZE_PLUGIN() {
|
|||
NotificationModule_DeInitLibrary();
|
||||
FunctionPatcher_DeInitLibrary();
|
||||
|
||||
WHBLogModuleDeinit();
|
||||
WHBLogCafeDeinit();
|
||||
WHBLogUdpDeinit();
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue