1
0

More trailing whitespace fixes.

This commit is contained in:
madmaxoft 2014-07-17 22:59:02 +02:00
parent 488ecb6912
commit d0cc9aedb3
13 changed files with 25 additions and 25 deletions

View File

@ -91,7 +91,7 @@ public:
/** Can the anvil repair this item, when a_Item is the second input? */
virtual bool CanRepairWithRawMaterial(short a_ItemType);
/** Called before a block is placed into a world.
/** Called before a block is placed into a world.
The handler should return true to allow placement, false to refuse.
Also, the handler should set a_BlockType and a_BlockMeta to correct values for the newly placed block.
*/