mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-08-07 04:53:11 +00:00
Merge branch 'master' of github.com:essentials/Essentials
This commit is contained in:
commit
aa47499656
15 changed files with 150 additions and 67 deletions
|
@ -188,8 +188,13 @@ public class EssentialsSign
|
|||
{
|
||||
return true;
|
||||
}
|
||||
|
||||
public boolean onBlockIgnite(final Block block, final IEssentials ess)
|
||||
{
|
||||
return true;
|
||||
}
|
||||
|
||||
public boolean onBlockPush(Block block, IEssentials ess)
|
||||
public boolean onBlockPush(final Block block, final IEssentials ess)
|
||||
{
|
||||
return true;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue