diff --git a/application/.idea/workspace.xml b/application/.idea/workspace.xml
index e7b71b4d..2ed68761 100644
--- a/application/.idea/workspace.xml
+++ b/application/.idea/workspace.xml
@@ -23,10 +23,10 @@
-
+
-
+
@@ -36,7 +36,9 @@
-
+
+
+
@@ -59,6 +61,15 @@
+
+
+
+
+
+
+
+
+
@@ -68,10 +79,10 @@
-
+
-
+
@@ -100,10 +111,10 @@
-
-
+
+
@@ -170,20 +181,6 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
@@ -329,13 +326,6 @@
-
-
-
-
-
-
-
@@ -350,9 +340,39 @@
-
+
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -364,23 +384,16 @@
-
+
-
+
-
+
-
-
-
-
-
-
-
-
+
diff --git a/application/core/pluginHandler.php b/application/core/pluginHandler.php
index 850be99a..79635d43 100644
--- a/application/core/pluginHandler.php
+++ b/application/core/pluginHandler.php
@@ -25,5 +25,9 @@ namespace ManiaControl;
public function registerPlugin($plugin){
array_push($this->plugins, $plugin);
}
+
+ public function loadPlugins(){
+
+ }
}
?>
\ No newline at end of file