From acd3273c724cd23ea68f5b986bfe7b9281e877d6 Mon Sep 17 00:00:00 2001 From: Ad5001 Date: Mon, 8 May 2017 16:33:22 +0200 Subject: [PATCH] Update Main.php --- src/Ad5001/BetterGen/Main.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Ad5001/BetterGen/Main.php b/src/Ad5001/BetterGen/Main.php index dc8df08..0bf52bc 100644 --- a/src/Ad5001/BetterGen/Main.php +++ b/src/Ad5001/BetterGen/Main.php @@ -40,7 +40,7 @@ class Main extends PluginBase implements \pocketmine\event\Listener { public function onEnable() { $this->getServer()->getPluginManager()->registerEvents($this, $this); Generator::addGenerator(BetterNormal::class, "betternormal"); - if($this->isOtherNS()) $this->getLogger()->warning("Tesseract detected. Not that some parts of the generator could not work properly"); + if($this->isOtherNS()) $this->getLogger()->warning("Tesseract detected. Note that some parts of the generator could not work properly"); @mkdir($this->getDataFolder()); if(! file_exists(LootTable::getPluginFolder(). "processingLoots.json")) file_put_contents(LootTable::getPluginFolder(). "processingLoots.json", "{}");