mirror of
https://github.com/ClassiCube/ClassiCube.git
synced 2025-09-26 14:49:10 -04:00
oops
This commit is contained in:
parent
19e6f9c003
commit
10a0364a89
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user