fixed merge error, close #3030

This commit is contained in:
Dylan K. Taylor 2019-07-14 19:29:16 +01:00
parent 0ba3121c43
commit 484f2f43c0

View File

@ -35,7 +35,7 @@ use function array_search;
use function count;
class AddActorPacket extends DataPacket implements ClientboundPacket{
public const NETWORK_ID = ProtocolInfo::ADD_ENTITY_PACKET;
public const NETWORK_ID = ProtocolInfo::ADD_ACTOR_PACKET;
/*
* Really really really really really nasty hack, to preserve backwards compatibility.