From 7fabfad65d4bb8ba6cc8724c091983354552eacf Mon Sep 17 00:00:00 2001 From: iNevet Date: Tue, 23 Feb 2016 15:28:14 +0800 Subject: [PATCH] Better code example --- Readme.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index c36ce85f..c99d86e9 100644 --- a/Readme.md +++ b/Readme.md @@ -131,6 +131,7 @@ you don't have to create an ArrayList with this version: ````java +PacketContainer fakeExplosion = new PacketContainer(PacketType.Play.Server.EXPLOSION); fakeExplosion.getDoubles(). write(0, player.getLocation().getX()). write(1, player.getLocation().getY()). @@ -159,4 +160,4 @@ types. It's remarkably consistent across different versions. ### Incompatibility The following plugins (to be expanded) are not compatible with ProtocolLib: -* TagAPI \ No newline at end of file +* TagAPI