Merge pull request #226 from carlrobert/patch-8
Broken bukkit links now mended (signs)
This commit is contained in:
commit
e03c5e6cb7
1 changed files with 2 additions and 1 deletions
|
@ -91,7 +91,8 @@ if ( !sign ) {
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
[buksign]: http://jd.bukkit.org/dev/apidocs/org/bukkit/block/Sign.html
|
[buksign]: https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/block/Sign.html
|
||||||
|
[bukle]: https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/entity/LivingEntity.html
|
||||||
|
|
||||||
***/
|
***/
|
||||||
function hasSign( block ){
|
function hasSign( block ){
|
||||||
|
|
Reference in a new issue