forked from virt-mirrors/Sit
spelling
This commit is contained in:
parent
85c8589808
commit
4f85f0ace0
1 changed files with 2 additions and 2 deletions
|
@ -160,9 +160,9 @@ public class Utl {
|
|||
// if the block is on the blacklist, false
|
||||
if (config.getBlacklistedBlocks().contains(getBlockID(blockState))) return null;
|
||||
|
||||
for (SittingBlock dittingBlock : config.getSittingBlocks()) {
|
||||
for (SittingBlock sittingBlock : config.getSittingBlocks()) {
|
||||
// if the block is valid, true
|
||||
if (dittingBlock.isValid(blockState)) return dittingBlock.getSittingHeight();
|
||||
if (sittingBlock.isValid(blockState)) return sittingBlock.getSittingHeight();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue