mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2026-01-02 22:02:23 +00:00
Fix command and get
This commit is contained in:
@@ -87,7 +87,7 @@ public class AtomicSliver
|
||||
{
|
||||
return null;
|
||||
}
|
||||
FastBlockData b = block[h];
|
||||
FastBlockData b = block[h < 256 ? h : 256];
|
||||
last = M.ms();
|
||||
|
||||
if(b == null)
|
||||
|
||||
Reference in New Issue
Block a user