From 474c1d2093a33dfa051dc18fe0f4d9b138db35ed Mon Sep 17 00:00:00 2001 From: Shoghi Cervantes Pueyo Date: Mon, 4 Mar 2013 17:01:15 +0100 Subject: [PATCH] Added Vector3 preload --- src/material/Block.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/material/Block.php b/src/material/Block.php index f6a6c903c..0a12fb423 100644 --- a/src/material/Block.php +++ b/src/material/Block.php @@ -25,6 +25,10 @@ the Free Software Foundation, either version 3 of the License, or */ +/***REM_START***/ +require_once(FILE_PATH."/src/math/Vector3.php"); +/***REM_END***/ + abstract class Block extends Vector3{ public static $class = array( AIR => "AirBlock",