Removed old plugin system and implemented some version list stuff.
This commit is contained in:
parent
1626fa013c
commit
055198303c
20 changed files with 1064 additions and 279 deletions
6
main.cpp
6
main.cpp
|
@ -32,8 +32,6 @@
|
|||
#include "logintask.h"
|
||||
#include "minecraftprocess.h"
|
||||
|
||||
#include "pluginmanager.h"
|
||||
|
||||
#include "pathutils.h"
|
||||
#include "cmdutils.h"
|
||||
|
||||
|
@ -206,10 +204,6 @@ int main(int argc, char *argv[])
|
|||
// Register meta types.
|
||||
qRegisterMetaType<LoginResponse>("LoginResponse");
|
||||
|
||||
// Initialize plugins.
|
||||
PluginManager::get().loadPlugins(PathCombine(qApp->applicationDirPath(), "plugins"));
|
||||
PluginManager::get().initInstanceTypes();
|
||||
|
||||
// launch instance.
|
||||
if (!args["launch"].isNull())
|
||||
return InstanceLauncher(args["launch"].toString()).launch();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue