Skip to content
This repository has been archived by the owner on Apr 19, 2021. It is now read-only.

Commit

Permalink
AutoSpawnTask: Remove Debug Message for skipped worlds.
Browse files Browse the repository at this point in the history
  • Loading branch information
95CivicSi committed Sep 18, 2018
1 parent 1ef468e commit 14d5b62
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/revivalpmmp/pureentities/task/AutoSpawnTask.php
Expand Up @@ -63,7 +63,6 @@ public function onRun(int $currentTick){

foreach($this->plugin->getServer()->getLevels() as $level){
if(count($this->spawnerWorlds) > 0 and !in_array($level->getName(), $this->spawnerWorlds)){
Server::getInstance()->getLogger()->info("§5AutoSpawnTask Skipping world §6{$level->getName()}");
continue;
}
$this->hostileMobs = 0;
Expand Down

0 comments on commit 14d5b62

Please sign in to comment.