Added build-denied action constant

don't need this, but good to have for completion's sake
This commit is contained in:
Dylan K. Taylor 2017-06-23 16:58:28 +01:00
parent b83c135c3f
commit 993af0fa30

View File

@ -48,7 +48,7 @@ class PlayerActionPacket extends DataPacket{
const ACTION_START_GLIDE = 15;
const ACTION_STOP_GLIDE = 16;
const ACTION_BUILD_DENIED = 17;
const ACTION_CONTINUE_BREAK = 18;
public $entityRuntimeId;