added the plugin thingy that you need!

This commit is contained in:
Cheese 2015-07-01 00:27:28 +10:00
parent de36e3d8e4
commit fcedb4d6ba
2 changed files with 1 additions and 2 deletions

Binary file not shown.

View File

@ -75,7 +75,6 @@ class Main extends PluginBase implements Listener
public function onTick(UpdateEvent $event)
{
if ($event->getTime() == UpdateType::TICK)
$this->getLogger()->info("tick");
}
}