mirror of
https://github.com/ChronosX88/mta-mono.git
synced 2024-11-21 17:52:23 +00:00
Fixed linux compile error
This commit is contained in:
parent
62a84ac81e
commit
f6d56782cd
@ -35,7 +35,7 @@ CMonoInterface::CMonoInterface( void )
|
||||
|
||||
this->m_pMonoDomain = mono_jit_init_version( "mono_root_domain", "v4.0.30319" );
|
||||
|
||||
CMonoInterface::m_pMTALib = mono_assembly_open_full( "mods/deathmatch/mono/lib/MultiTheftAuto.dll", nullptr, FALSE );
|
||||
CMonoInterface::m_pMTALib = mono_assembly_open_full( "mods/deathmatch/mono/lib/MultiTheftAuto.dll", nullptr, false );
|
||||
|
||||
CMonoFunctions::AddInternals();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user