Исправлен путь к assembly

This commit is contained in:
Kernell 2015-03-13 08:57:51 +03:00
parent c2bacd0b83
commit 98c3f7f61e
2 changed files with 32 additions and 32 deletions

View File

@ -62,7 +62,7 @@ public:
g_pModuleManager->GetResourceName( luaVM, sName ); g_pModuleManager->GetResourceName( luaVM, sName );
string sPath( "mods/deathmatch/mono/resources/" + sName + ".dll" ); string sPath( "mods/deathmatch/mono/resources/[ire]/" + sName + "/" + sName + ".dll" );
struct stat buf; struct stat buf;