summaryrefslogtreecommitdiffstats
path: root/source/Blocks/BlockHandler.h
diff options
context:
space:
mode:
authorluksor111@gmail.com <luksor111@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6>2012-10-23 20:13:37 +0200
committerluksor111@gmail.com <luksor111@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6>2012-10-23 20:13:37 +0200
commit1e452425469e4a0cbf61fce698eb3ad89fb80a77 (patch)
treef38c53dd0f72971c1c829034250e38284831eb1e /source/Blocks/BlockHandler.h
parentYou can now see particles and hear sounds when other players are destroying blocks. (diff)
downloadcuberite-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.h2
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);