diff options
Diffstat (limited to 'src/Defines.h')
-rw-r--r-- | src/Defines.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Defines.h b/src/Defines.h index c16b350d8..a3222f73a 100644 --- a/src/Defines.h +++ b/src/Defines.h @@ -414,7 +414,7 @@ inline bool IsValidBlock(int a_BlockType) (a_BlockType > -1) && (a_BlockType <= E_BLOCK_MAX_TYPE_ID) ) || - (a_BlockType == 255) // the blocks 235-254 don't exist yet -> http://minecraft.gamepedia.com/Data_values#Block_IDs + (a_BlockType == 255) // the blocks 253-254 don't exist yet -> https://minecraft.gamepedia.com/Data_values#Block_IDs ) { return true; |