1
0

Add end lines to BlockPressurePlate.h

This commit is contained in:
Howaner 2014-06-17 00:41:31 +02:00
parent 43ff96f664
commit 1316d2d24d

View File

@ -31,4 +31,8 @@ public:
return (BlockBelow == E_BLOCK_FENCE_GATE || BlockBelow == E_BLOCK_FENCE || cBlockInfo::IsSolid(BlockBelow));
}
};
} ;