3
0
mirror of https://github.com/CrazyRedMachine/popnhax.git synced 2024-11-24 06:10:12 +01:00

local favorites with_numpad9 only for unilab

This commit is contained in:
CrazyRedMachine 2024-11-03 13:15:14 +01:00
parent 40f033bc9f
commit 041d2903ac

View File

@ -8761,7 +8761,7 @@ BOOL APIENTRY DllMain(HMODULE hModule, DWORD ul_reason_for_call, LPVOID lpReserv
LOG("popnhax: local_favorites: failed to retrieve datecode.\n");
}
patch_local_favorites(g_game_dll_fn, config.game_version, config.local_favorites_path, ( datecode != NULL && strcmp((char*)datecode,"2023101700") >= 0 ) );
patch_local_favorites(g_game_dll_fn, config.game_version, config.local_favorites_path, ( config.game_version == 27 && datecode != NULL && strcmp((char*)datecode,"2023101700") >= 0 ) );
free(datecode);
}