diff options
author | luksor111@gmail.com <luksor111@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6> | 2012-10-23 20:13:37 +0200 |
---|---|---|
committer | luksor111@gmail.com <luksor111@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6> | 2012-10-23 20:13:37 +0200 |
commit | 1e452425469e4a0cbf61fce698eb3ad89fb80a77 (patch) | |
tree | f38c53dd0f72971c1c829034250e38284831eb1e /source/Blocks/BlockHandler.h | |
parent | You can now see particles and hear sounds when other players are destroying blocks. (diff) | |
download | cuberite-1e452425469e4a0cbf61fce698eb3ad89fb80a77.tar cuberite-1e452425469e4a0cbf61fce698eb3ad89fb80a77.tar.gz cuberite-1e452425469e4a0cbf61fce698eb3ad89fb80a77.tar.bz2 cuberite-1e452425469e4a0cbf61fce698eb3ad89fb80a77.tar.lz cuberite-1e452425469e4a0cbf61fce698eb3ad89fb80a77.tar.xz cuberite-1e452425469e4a0cbf61fce698eb3ad89fb80a77.tar.zst cuberite-1e452425469e4a0cbf61fce698eb3ad89fb80a77.zip |
Diffstat (limited to '')
-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);
|