Removed unnecessary dialog box message
This commit is contained in:
@@ -40,9 +40,9 @@ const char* DONATION_URL = "https://buymeacoffee.com/k4sh44";
|
|||||||
// Load and unload game core dll functions /!\ necessary
|
// Load and unload game core dll functions /!\ necessary
|
||||||
static void LoadFixDLL()
|
static void LoadFixDLL()
|
||||||
{
|
{
|
||||||
MessageBoxA(nullptr, "LoadFixDll", "Erreur", MB_OK);
|
|
||||||
if (fixLib) return;
|
if (fixLib) return;
|
||||||
fixLib = LoadLibraryA("SouthOfMidnightCore.dll");
|
fixLib = LoadLibraryA("SouthOfMidnightCore.dll");
|
||||||
|
|
||||||
if (!fixLib) {
|
if (!fixLib) {
|
||||||
MessageBoxA(nullptr, "Impossible to load game core dll", "Erreur", MB_OK);
|
MessageBoxA(nullptr, "Impossible to load game core dll", "Erreur", MB_OK);
|
||||||
return;
|
return;
|
||||||
|
|||||||
Reference in New Issue
Block a user