Android: Pressing back button sends stop command to server
Android: ToJava can call functions on Java by using JNI Android: Plugins work Android: Added android specific files to VS2008 project, but they are excluded from compiling git-svn-id: http://mc-server.googlecode.com/svn/trunk@747 0a769ca7-a7f5-676a-18bf-c427514a06d6
This commit is contained in:
@@ -73,7 +73,7 @@ bool cPlugin_NewLua::Initialize()
|
||||
ManualBindings::Bind( m_LuaState );
|
||||
}
|
||||
|
||||
std::string PluginPath = std::string("Plugins/") + m_Directory + "/";
|
||||
std::string PluginPath = FILE_IO_PREFIX + std::string("Plugins/") + m_Directory + "/";
|
||||
|
||||
// Load all files for this plugin, and execute them
|
||||
AStringList Files = GetDirectoryContents(PluginPath.c_str());
|
||||
|
||||
Reference in New Issue
Block a user