diff options
Diffstat (limited to 'source/Blocks/BlockHandler.h')
-rw-r--r-- | source/Blocks/BlockHandler.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/Blocks/BlockHandler.h b/source/Blocks/BlockHandler.h index c2884fe7d..1fb93e893 100644 --- a/source/Blocks/BlockHandler.h +++ b/source/Blocks/BlockHandler.h @@ -87,7 +87,7 @@ public: /// Indicates this block can be placed on the side of other blocks. Default: true
virtual bool CanBePlacedOnSide(void);
-
+
/// Does this block drop if it gets destroyed by an unsuitable situation? Default: true
virtual bool DoesDropOnUnsuitable(void);
|