Skip to content
This repository was archived by the owner on Feb 5, 2026. It is now read-only.

Commit 7d684d5

Browse files
Update HubCore.php
1 parent 9c8ca39 commit 7d684d5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/HubCore/HubCore.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ public function onLoad(){
2727
}
2828

2929
public function onEnable(){
30-
$this->getLogger()->info("HubCore successfully loaded");
30+
$this->getLogger()->info("HubCore has been loaded");
3131
$this->getLogger()->info("HubCore activated");
3232
$this->getServer()->getPluginManager()->registerEvents($this, $this);
3333
}
@@ -64,4 +64,4 @@ public function onHurt(EntityDamageEvent $eve){
6464
$eve->setCancelled();
6565
}
6666
}
67-
}
67+
}

0 commit comments

Comments
 (0)