Uploaded image for project: 'Minecraft: Java Edition'
  1. Minecraft: Java Edition
  2. MC-100339

Initializing a new Player will always load a chunk in the spawn area

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Awaiting Response
    • None
    • Minecraft 1.9.1, Minecraft 1.9.2
    • None
    • Unconfirmed

      Hey,

      when initializing a player (EntityPlayer) a new random-spawn position inside the world-spawn-area will be determined. To do this world.q(...) will be called causing chunks inside the spawn-area to be loaded. As a EntityPlayer Object will be created on each login-request (even if not successful) this happens very often.

      It does not matter if the player has been on the server before. The code in the consctructor will be called before updating with the saved playerinformation

            Unassigned Unassigned
            Kademlia Kademlia
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: