mirror of
https://github.com/ClassiCube/ClassiCube.git
synced 2025-09-16 02:56:09 -04:00
Quick fix for last commit.
This commit is contained in:
parent
95c7eaa6ca
commit
300a9e23e9
@ -436,7 +436,7 @@ namespace ClassicalSharp {
|
|||||||
if( !game.AllowCustomBlocks ) {
|
if( !game.AllowCustomBlocks ) {
|
||||||
SkipPacketData( PacketId.CpeDefineBlockExt ); return;
|
SkipPacketData( PacketId.CpeDefineBlockExt ); return;
|
||||||
}
|
}
|
||||||
byte block = HandleCpeDefineBlockCommonStart( false );
|
byte block = HandleCpeDefineBlockCommonStart( blockDefinitionsExtVer >= 2 );
|
||||||
BlockInfo info = game.BlockInfo;
|
BlockInfo info = game.BlockInfo;
|
||||||
Vector3 min, max;
|
Vector3 min, max;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user