Revert "sample plugin"

This reverts commit 1fd4162a9e.
This commit is contained in:
Steffen Schröder
2014-05-19 16:42:20 +02:00
parent 1fd4162a9e
commit eca798750d
2 changed files with 0 additions and 85 deletions

View File

@ -109,9 +109,6 @@ class PluginManager {
if (!in_array(Plugin::PLUGIN_INTERFACE, $interfaces)) {
return false;
}
if (ManiaControl::DEV_MODE && $pluginClass === 'MCTeam\\SamplePlugin') {
return false;
}
return true;
}