diff --git a/src/main/java/plugins/fab/MiceProfiler/MiceProfilerLabelAnalyser.java b/src/main/java/plugins/fab/MiceProfiler/MiceProfilerLabelAnalyser.java
index 5bf07bc2f8661780c79009f4f8818960ec0b2731..4afdc726fd68a645ec2a1dd1bfd343cdd9390a47 100644
--- a/src/main/java/plugins/fab/MiceProfiler/MiceProfilerLabelAnalyser.java
+++ b/src/main/java/plugins/fab/MiceProfiler/MiceProfilerLabelAnalyser.java
@@ -37,6 +37,6 @@ public class MiceProfilerLabelAnalyser extends PluginActionable
     @Override
     public void run()
     {
-        // nothing to do her
+        implementer.run();
     }
 }
\ No newline at end of file