Merge pull request #263 from HugoDaBosss/apiv2

Fixed spawn experience orb packet
This commit is contained in:
Myles 2016-03-22 18:32:42 +00:00
commit 101f86c8cd
1 changed files with 1 additions and 1 deletions

View File

@ -103,7 +103,7 @@ public class SpawnPackets {
map(Type.INT, toNewDouble); // 2 - Y - Needs to be divide by 32
map(Type.INT, toNewDouble); // 3 - Z - Needs to be divide by 32
map(Type.INT); // 4 - Data
map(Type.SHORT); // 4 - Amount to spawn
}
});