Merge pull request #2557 from injust/patch-1
Remove duplicate of onblockfade trigger
This commit is contained in:
commit
0f93a2fec7
1 changed files with 0 additions and 1 deletions
|
|
@ -1194,7 +1194,6 @@ public class DynmapPlugin extends JavaPlugin implements DynmapAPI {
|
||||||
onblockfromto = core.isTrigger("blockfromto");
|
onblockfromto = core.isTrigger("blockfromto");
|
||||||
onblockphysics = core.isTrigger("blockphysics");
|
onblockphysics = core.isTrigger("blockphysics");
|
||||||
onpiston = core.isTrigger("pistonmoved");
|
onpiston = core.isTrigger("pistonmoved");
|
||||||
onblockfade = core.isTrigger("blockfaded");
|
|
||||||
onblockredstone = core.isTrigger("blockredstone");
|
onblockredstone = core.isTrigger("blockredstone");
|
||||||
|
|
||||||
if(onplace) {
|
if(onplace) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue