From 7d117b38fc05b237442677b7f60b8360ab237bd2 Mon Sep 17 00:00:00 2001 From: Mooncoder Date: Thu, 31 Jul 2014 20:43:38 -0500 Subject: [PATCH] Clean up --- src/ExamplePlugin/MainClass.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ExamplePlugin/MainClass.php b/src/ExamplePlugin/MainClass.php index c7c03a61..1f347270 100644 --- a/src/ExamplePlugin/MainClass.php +++ b/src/ExamplePlugin/MainClass.php @@ -21,7 +21,7 @@ public function onEnable(){ $this->getServer()->getPluginManager()->registerEvents($this, $this); $this->getServer()->getScheduler()->scheduleRepeatingTask(new BroadcastPluginTask($this), 120); $this->getLogger()->info(TextFormat::DARK_GREEN . "I've been enabled!"); - } + } public function onDisable(){ $this->getLogger()->info(TextFormat::DARK_RED . "I've been disabled!");