From 4e381ab03321ff9dd42e94a40c2adb20a7a6c1b7 Mon Sep 17 00:00:00 2001 From: "Dylan K. Taylor" Date: Sun, 21 May 2017 14:40:36 +0100 Subject: [PATCH] Added DATA_COLOR alias --- src/pocketmine/entity/Entity.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pocketmine/entity/Entity.php b/src/pocketmine/entity/Entity.php index 0a92b237e..60c6f4469 100644 --- a/src/pocketmine/entity/Entity.php +++ b/src/pocketmine/entity/Entity.php @@ -76,7 +76,7 @@ abstract class Entity extends Location implements Metadatable{ const DATA_FLAGS = 0; //1 (int) const DATA_VARIANT = 2; //int - const DATA_COLOUR = 3; //byte + const DATA_COLOR = 3, DATA_COLOUR = 3; //byte const DATA_NAMETAG = 4; //string const DATA_OWNER_EID = 5; //long