From 6027c3d0b8417c951b92f37e80cb6f99ebf40e67 Mon Sep 17 00:00:00 2001 From: "admin@omencraft.com" Date: Thu, 10 Nov 2011 16:30:14 +0000 Subject: Made block action sanity checks more robust, water buckets, lava buckets and empty buckets should all now work. git-svn-id: http://mc-server.googlecode.com/svn/trunk@87 0a769ca7-a7f5-676a-18bf-c427514a06d6 --- source/cDoors.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source/cDoors.h') diff --git a/source/cDoors.h b/source/cDoors.h index 0258a9625..eb1710df2 100644 --- a/source/cDoors.h +++ b/source/cDoors.h @@ -51,6 +51,8 @@ public: return 0xA; } else if ( (int)MetaData == 15 ) { return 0xB; + } else { + return 0x0; } } //tolua_export -- cgit v1.2.3