Fixed spawn experience orb packet

This commit is contained in:
Hugo Kerstens 2016-03-22 19:30:24 +01:00
parent eccbb567e8
commit 22c2435656
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
}
});