Advertisement
Guest User

Untitled

a guest
Jun 25th, 2019
139
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.04 KB | None | 0 0
  1. java.lang.NullPointerException
  2. at net.minecraft.entity.player.EntityPlayer.getTeam(EntityPlayer.java:2284)
  3. at net.minecraft.entity.player.EntityPlayer.getDisplayName(EntityPlayer.java:2291)
  4. at net.minecraft.util.CombatEntry.getDamageSrcDisplayName(SourceFile:57)
  5. at net.minecraft.util.CombatTracker.getDeathMessage(SourceFile:77)
  6. at org.spongepowered.common.event.SpongeCommonEventFactory.callDestructEntityEventDeath(SpongeCommonEventFactory.java:963)
  7. at net.minecraft.entity.EntityLivingBase.onDeath(EntityLivingBase.java:3327)
  8. at net.minecraft.entity.EntityLivingBase.attackEntityFrom(EntityLivingBase.java:3647)
  9. at net.minecraft.entity.monster.EntityMob.attackEntityFrom(EntityMob.java:70)
  10. at net.minecraft.world.Explosion.doExplosionA(Explosion.java:748)
  11. at net.minecraft.world.WorldServer.triggerInternalExplosion(WorldServer.java:2873)
  12. at net.minecraft.world.WorldServer.newExplosion(WorldServer.java:3456)
  13. at net.minecraft.world.World.createExplosion(World.java:2300)
  14. at atomicstryker.battletowers.common.AS_TowerDestroyer.update(AS_TowerDestroyer.java:87)
  15. at atomicstryker.battletowers.common.ServerTickHandler.onTick(ServerTickHandler.java:33)
  16. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_515_ServerTickHandler_onTick_WorldTickEvent.invoke(.dynamic)
  17. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
  18. at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:756)
  19. at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:706)
  20. at net.minecraftforge.fml.common.FMLCommonHandler.onPreWorldTick(FMLCommonHandler.java:287)
  21. at net.minecraft.server.MinecraftServer.updateTimeLightAndEntities(MinecraftServer.java:752)
  22. at net.minecraft.server.dedicated.DedicatedServer.updateTimeLightAndEntities(DedicatedServer.java:397)
  23. at net.minecraft.server.MinecraftServer.tick(MinecraftServer.java:668)
  24. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526)
  25. at java.lang.Thread.run(Thread.java:748)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement