This commit is contained in:
UnknownShadow200 2017-04-14 18:14:52 +10:00
parent 19e6f9c003
commit 10a0364a89

View File

@ -222,7 +222,7 @@ namespace ClassicalSharp.Gui.Screens {
}
}
bool Show(BlockID block) { return true;
bool Show(BlockID block) {
if (game.PureClassic && IsHackBlock(block)) return false;
if (block < Block.CpeCount) {
int count = game.UseCPEBlocks ? Block.CpeCount : Block.OriginalCount;