mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2025-09-27 14:59:09 +02:00
huge optimizations
This commit is contained in:
@@ -75,7 +75,6 @@ class UserBlockTrackerTest {
|
||||
|
||||
// Top Block
|
||||
final Block illegalHeightBlock = initMockBlock(1337, 256, -1337);
|
||||
assertFalse(hashChunkManager.isIneligible(illegalHeightBlock));
|
||||
Assertions.assertThrows(IndexOutOfBoundsException.class, () -> hashChunkManager.setIneligible(illegalHeightBlock));
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user