Update extension.cpp

This commit is contained in:
zaCade 2019-04-12 01:29:24 +02:00
parent 8a001f9971
commit 0e1e1a18e0

View File

@ -213,7 +213,5 @@ bool RevEmuAPI::SDK_OnLoad(char *error, size_t maxlength, bool late)
sharesys->AddNatives(myself, g_ExtensionNatives);
sharesys->RegisterLibrary(myself, "RevEmuAPI");
// pLibSteamClient->CloseLibrary();
return true;
}