Fixed codestyle again.
This commit is contained in:
parent
d3c2c02b6b
commit
bdb8d916c0
@ -18,7 +18,7 @@ public:
|
||||
|
||||
virtual void ConvertToPickups(cItems & a_Pickups, NIBBLETYPE a_BlockMeta) override
|
||||
{
|
||||
if(a_BlockMeta == E_META_STONE)
|
||||
if (a_BlockMeta == E_META_STONE)
|
||||
{
|
||||
a_Pickups.push_back(cItem(E_BLOCK_COBBLESTONE, 1, 0));
|
||||
return;
|
||||
|
Loading…
Reference in New Issue
Block a user