mirror of
https://github.com/Oth3r/Sit.git
synced 2025-09-19 16:03:22 +02:00
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 the block is on the blacklist, false
|
||||||
if (config.getBlacklistedBlocks().contains(getBlockID(blockState))) return null;
|
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 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