mirror of
https://github.com/Mauler125/r5sdk.git
synced 2025-02-09 19:15:03 +01:00
remove testing code from CPluginSDK::InitSDK(()
This commit is contained in:
parent
8df311d126
commit
6f79d11696
@ -37,7 +37,6 @@ CPluginSDK::~CPluginSDK()
|
||||
//---------------------------------------------------------------------------------
|
||||
bool CPluginSDK::InitSDK()
|
||||
{
|
||||
return false;
|
||||
auto getFactorySystemFn = m_SDKModule.GetExportedFunction("GetFactorySystem").RCast<void*(*)()>();
|
||||
|
||||
Assert(getFactorySystemFn, "Could not find GetFactorySystem export from gamesdk.dll");
|
||||
|
Loading…
x
Reference in New Issue
Block a user