This commit is contained in:
Daniel Mills 2021-07-22 20:07:38 -04:00
parent 55c4e9635a
commit 3e60ad21bf

View File

@ -79,7 +79,7 @@ public class CommandIrisVerify extends MortarCommand {
sender.sendMessage("Found Missing Chunk " + i.getName() + ", chunk #" + j + "," + k + " (see " + (((rx << 5)<<4)+(j<<4)) + "," + (((rz << 5)<<4)+(k<<4)));
}
if(c.sectionCount() == 0)
else if(c.sectionCount() == 0)
{
sender.sendMessage("Found Missing Chunk (valid, but 0 sections) " + i.getName() + ", chunk #" + j + "," + k + " (see " + (((rx << 5)<<4)+(j<<4)) + "," + (((rz << 5)<<4)+(k<<4)));
}