Skip to content

Commit

Permalink
Added build-denied action constant
Browse files Browse the repository at this point in the history
don't need this, but good to have for completion's sake
  • Loading branch information
dktapps committed Jun 23, 2017
1 parent b83c135 commit 993af0f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 993af0f

Please sign in to comment.