Skip to content
This repository was archived by the owner on Jul 11, 2018. It is now read-only.

Commit b6d046e

Browse files
committedApr 22, 2015
README
1 parent 98a140f commit b6d046e

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed
 

‎README.md

+7-3
Original file line numberDiff line numberDiff line change
@@ -201,17 +201,21 @@ rules) for the PocketMine official
201201
<!---------------------------------------------------------------------->
202202
<tr>
203203
<th>
204-
<a href="https://github.com/alejandroliu/bad-plugins/tree/master/SpawnControl">
204+
<a href="https://github.com/alejandroliu/bad-plugins/tree/master/SpawnMgr">
205205
<img src="https://raw.githubusercontent.com/alejandroliu/bad-plugins/master/Media/spawnicon.png" style="width:64px;height:64px" width="64" height="64"/>
206206
<br/>
207-
SpawnControl
207+
SpawnMgr
208208
</a>
209209
</th>
210210
<td>
211211
Control Spawn settings
212212
<ul>
213213
<li>
214-
<a href="https://github.com/alejandroliu/bad-plugins/releases/tag/SpawnControl-1.0.0" title="Downloads">v1.0.0
214+
<a href="https://github.com/alejandroliu/bad-plugins/releases/tag/SpawnMgr-1.0.0" title="Downloads">v1.0.0
215+
<img src="https://raw.githubusercontent.com/alejandroliu/bad-plugins/master/Media/download-icon.png" alt="Downloads"/></a>
216+
</li>
217+
<li>
218+
<a href="https://github.com/alejandroliu/bad-plugins/releases/tag/SpawnControl-1.0.0" title="Downloads">v1.0.0-dev
215219
<img src="https://raw.githubusercontent.com/alejandroliu/bad-plugins/master/Media/download-icon.png" alt="Downloads"/></a>
216220
</li>
217221
</ul>

‎ToyBox/src/aliuly/toybox/TorchMgr.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ public function __construct($plugin,$cfg) {
6060
$this->block = $this->owner->getItem($cfg["block"],Item::TORCH,"torch-block")->getId();
6161
}
6262
public function onItemHeld(PlayerItemHeldEvent $e) {
63-
echo __METHOD__.",".__LINE__."\n";//##DEBUG
63+
//echo __METHOD__.",".__LINE__."\n";//##DEBUG
6464
$pl = $e->getPlayer();
6565
if(!$this->owner->getState("Torch",$pl,null)) return;
6666
if ($e->getItem()->getId() != $this->item) {

0 commit comments

Comments
 (0)
This repository has been archived.