Advertisement
Guest User

Untitled

a guest
Oct 20th, 2019
137
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.18 KB | None | 0 0
  1. Time: 10/21/19 1:20 AM
  2. Description: Ticking player
  3.  
  4. java.lang.NullPointerException: Ticking player
  5. at net.minecraft.network.play.server.SPacketSetSlot.<init>(SourceFile:25)
  6. at net.minecraft.entity.player.EntityPlayerMP.func_71111_a(EntityPlayerMP.java:977)
  7. at iskallia.itraders.container.ContainerEggPouch.func_75142_b(ContainerEggPouch.java:185)
  8. at net.minecraft.entity.player.EntityPlayerMP.func_70071_h_(EntityPlayerMP.java:324)
  9. at net.minecraft.world.World.func_72866_a(World.java:1996)
  10. at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:832)
  11. at net.minecraft.world.World.func_72870_g(World.java:1958)
  12. at net.minecraft.world.WorldServer.func_184147_l(WorldServer.java:642)
  13. at net.minecraft.world.World.func_72939_s(World.java:1737)
  14. at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:613)
  15. at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:767)
  16. at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:397)
  17. at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:668)
  18. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526)
  19. at java.lang.Thread.run(Thread.java:748)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement